| Mark name | Description | Time |
|---|---|---|
| Page start | Script start. | 0.000 |
| Before application init | Registering system data (includes system constants define, adding of standard package pointers, registering base classes, etc). | 0.007 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 1.564 |
| After routing | Routing process (searching controller+action which should handle the request). | 1.575 |
| After controller action call | Calling controller action (plugin custom logic). | 1.666 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 1.667 |
| Page end | Processing all headers and sending rendered document. | 1.730 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM ow_base_config | array ( ) | 0.000652 |
| SELECT * FROM ow_base_language | array ( ) | 0.000415 |
| SELECT * FROM ow_base_plugin | array ( ) | 0.000473 |
| SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000396 |
| SET TIME_ZONE = ? | array ( 0 => '-04:00', ) | 0.000245 |
| SELECT * FROM ow_virtualgifts_template | array ( ) | 0.000330 |
| SELECT * FROM ow_base_document WHERE `uri` = '' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000421 |
| SELECT * FROM ow_base_theme | array ( ) | 0.000434 |
| SELECT * FROM ow_base_theme | array ( ) | 0.000332 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1555, ) | 0.000226 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1555, ) | 0.000180 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1555 | 0.000634 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555 | 0.000292 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1555 | 0.000570 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000341 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000205 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000177 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000173 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000245 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000170 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000145 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000169 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000197 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000199 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ) | 0.000195 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000156 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ) | 0.000141 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ) | 0.000139 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000154 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ) | 0.000148 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000155 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1555, ) | 0.000237 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1555, 'themeId2' => 1555, ) | 0.000603 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555 | array ( ) | 0.000136 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1559, ) | 0.000176 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1559, ) | 0.000164 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1559 | 0.000477 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559 | 0.000184 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1559 | 0.000586 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000411 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000189 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000175 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000179 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000158 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000170 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000160 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000183 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000179 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ) | 0.000156 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000158 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ) | 0.000132 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ) | 0.000129 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000127 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ) | 0.000130 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000182 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1559, ) | 0.000244 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1559, 'themeId2' => 1559, ) | 0.000610 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559 | array ( ) | 0.000143 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1606, ) | 0.000169 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1606, ) | 0.000161 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1606 | 0.000473 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606 | 0.000108 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1606 | 0.000354 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000569 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000349 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000338 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000362 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000274 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000318 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000341 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000316 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000316 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ) | 0.000254 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000235 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ) | 0.000220 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ) | 0.000242 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000233 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ) | 0.000211 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ) | 0.000228 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ) | 0.000245 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ) | 0.000245 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1606, ) | 0.000382 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1606, 'themeId2' => 1606, ) | 0.000937 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606 | array ( ) | 0.000265 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1607, ) | 0.000323 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1607, ) | 0.000274 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1607 | 0.000770 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607 | 0.000428 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1607 | 0.001142 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000601 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000401 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000345 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000406 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000300 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000375 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000399 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000331 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000341 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ) | 0.000322 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ) | 0.000255 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000263 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ) | 0.000227 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ) | 0.000221 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000220 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ) | 0.000244 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000265 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1607, ) | 0.000373 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1607, 'themeId2' => 1607, ) | 0.001065 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607 | array ( ) | 0.000280 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1608, ) | 0.000278 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1608, ) | 0.000272 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1608 | 0.000725 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608 | 0.000372 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1608 | 0.001124 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000594 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000368 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000387 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000371 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000344 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000358 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000308 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000352 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000333 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ) | 0.000249 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000227 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ) | 0.000210 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ) | 0.000207 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000237 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ) | 0.000209 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000248 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1608, ) | 0.000369 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1608, 'themeId2' => 1608, ) | 0.000927 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608 | array ( ) | 0.000226 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1609, ) | 0.000294 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1609, ) | 0.000270 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1609 | 0.000850 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609 | 0.000363 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1609 | 0.001292 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000562 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000394 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000414 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000336 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000416 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000332 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ) | 0.000319 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000410 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000339 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000345 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000319 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000288 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ) | 0.000272 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000251 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ) | 0.000221 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ) | 0.000218 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000286 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ) | 0.000224 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000245 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1609, ) | 0.000379 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1609, 'themeId2' => 1609, ) | 0.001151 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609 | array ( ) | 0.000336 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1610, ) | 0.000301 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1610, ) | 0.000270 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1610 | 0.000859 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610 | 0.000361 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1610 | 0.001249 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000579 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000428 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000336 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000334 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000323 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ) | 0.000335 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000336 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000333 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000328 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000333 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000350 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ) | 0.000244 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000262 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ) | 0.000231 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ) | 0.000225 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000241 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ) | 0.000253 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000255 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1610, ) | 0.000366 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1610, 'themeId2' => 1610, ) | 0.001087 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610 | array ( ) | 0.000229 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1611, ) | 0.000297 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1611, ) | 0.000288 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1611 | 0.000800 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611 | 0.000358 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1611 | 0.001063 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000588 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000364 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000378 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000319 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000351 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000289 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000328 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000409 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000565 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ) | 0.000338 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000259 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ) | 0.000275 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ) | 0.000224 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000217 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ) | 0.000216 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000318 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1611, ) | 0.000380 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1611, 'themeId2' => 1611, ) | 0.001087 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611 | array ( ) | 0.000255 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1612, ) | 0.000275 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1612, ) | 0.000258 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1612 | 0.000880 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612 | 0.000376 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1612 | 0.001164 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000586 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000374 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000377 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000357 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000377 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ) | 0.000269 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000324 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000320 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000288 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000338 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ) | 0.000251 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000240 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ) | 0.000233 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ) | 0.000253 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000223 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ) | 0.000209 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000290 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1612, ) | 0.000375 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1612, 'themeId2' => 1612, ) | 0.001049 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612 | array ( ) | 0.000227 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1613, ) | 0.000305 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1613, ) | 0.000258 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1613 | 0.001083 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613 | 0.000553 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1613 | 0.000846 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000561 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000214 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000175 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000194 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000186 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ) | 0.000160 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000164 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000157 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000166 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000187 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ) | 0.000150 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000138 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ) | 0.000152 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ) | 0.000127 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000140 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ) | 0.000136 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000152 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1613, ) | 0.000224 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1613, 'themeId2' => 1613, ) | 0.000595 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613 | array ( ) | 0.000133 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1614, ) | 0.000163 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1614, ) | 0.000154 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1614 | 0.000427 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614 | 0.000357 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1614 | 0.001147 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000621 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000425 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000437 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000335 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ) | 0.000278 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000343 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000399 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000344 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000347 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ) | 0.000254 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000258 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ) | 0.000233 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ) | 0.000214 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000213 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ) | 0.000220 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000257 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1614, ) | 0.000381 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1614, 'themeId2' => 1614, ) | 0.001058 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614 | array ( ) | 0.000287 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1615, ) | 0.000278 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1615, ) | 0.000261 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1615 | 0.000875 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615 | 0.000384 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1615 | 0.001132 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000617 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000354 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000394 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000379 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000357 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ) | 0.000337 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000308 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000361 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000321 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000314 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ) | 0.000265 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000237 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ) | 0.000226 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ) | 0.000227 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000256 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ) | 0.000219 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000260 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1615, ) | 0.000378 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1615, 'themeId2' => 1615, ) | 0.000986 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615 | array ( ) | 0.000227 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1616, ) | 0.000272 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1616, ) | 0.000286 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1616 | 0.000804 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616 | 0.000414 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1616 | 0.001243 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000625 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000534 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000380 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000377 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000363 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000433 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000386 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000351 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000313 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ) | 0.000249 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000233 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ) | 0.000220 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ) | 0.000254 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000214 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ) | 0.000216 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000260 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1616, ) | 0.000375 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1616, 'themeId2' => 1616, ) | 0.001016 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616 | array ( ) | 0.000230 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1617, ) | 0.000289 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1617, ) | 0.000262 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1617 | 0.000834 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617 | 0.000422 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1617 | 0.000972 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000595 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000438 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000309 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000316 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000343 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000332 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000337 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000462 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ) | 0.000252 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000251 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ) | 0.000240 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ) | 0.000256 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000231 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ) | 0.000266 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000319 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1617, ) | 0.000362 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1617, 'themeId2' => 1617, ) | 0.000991 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617 | array ( ) | 0.000250 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1618, ) | 0.000338 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1618, ) | 0.000269 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1618 | 0.000825 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618 | 0.000362 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1618 | 0.001165 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000634 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000358 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000353 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000310 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000323 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000329 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000353 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000327 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000331 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ) | 0.000262 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000232 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ) | 0.000217 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ) | 0.000214 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000279 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ) | 0.000219 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000250 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1618, ) | 0.000379 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1618, 'themeId2' => 1618, ) | 0.000982 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618 | array ( ) | 0.000228 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1619, ) | 0.000275 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1619, ) | 0.000284 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1619 | 0.000845 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619 | 0.000372 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1619 | 0.001488 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000676 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000344 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000328 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000316 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000350 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ) | 0.000336 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000338 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ) | 0.000321 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000365 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000334 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000317 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ) | 0.000267 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000279 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ) | 0.000232 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ) | 0.000227 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000252 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ) | 0.000242 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000268 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1619, ) | 0.000369 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1619, 'themeId2' => 1619, ) | 0.001111 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619 | array ( ) | 0.000231 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1620, ) | 0.000272 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1620, ) | 0.000285 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1620 | 0.000797 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620 | 0.000361 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1620 | 0.001154 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000607 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000385 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000332 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000347 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000348 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000351 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000377 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000328 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000318 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ) | 0.000321 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000240 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ) | 0.000240 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ) | 0.000242 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000209 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ) | 0.000205 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000264 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1620, ) | 0.000373 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1620, 'themeId2' => 1620, ) | 0.001070 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620 | array ( ) | 0.000225 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1621, ) | 0.000299 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1621, ) | 0.000263 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1621 | 0.000799 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621 | 0.000363 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1621 | 0.001023 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000623 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000401 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000369 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000369 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000327 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000314 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000321 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000315 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000295 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000354 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ) | 0.000252 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000240 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ) | 0.000258 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ) | 0.000226 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000219 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ) | 0.000221 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000252 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1621, ) | 0.000372 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1621, 'themeId2' => 1621, ) | 0.001021 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621 | array ( ) | 0.000230 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1622, ) | 0.000278 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1622, ) | 0.000257 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1622 | 0.000758 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622 | 0.000388 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1622 | 0.001503 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000657 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000380 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000352 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000295 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000319 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000320 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000332 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000319 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ) | 0.000352 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ) | 0.000276 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ) | 0.000330 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ) | 0.000323 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000380 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ) | 0.000244 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000232 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ) | 0.000247 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ) | 0.000222 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000209 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ) | 0.000207 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000265 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1622, ) | 0.000374 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1622, 'themeId2' => 1622, ) | 0.001212 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622 | array ( ) | 0.000229 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1623, ) | 0.000272 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1623, ) | 0.000256 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1623 | 0.000848 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623 | 0.000416 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1623 | 0.001168 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000649 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000364 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000334 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000367 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000342 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ) | 0.000326 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000272 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000338 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000336 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ) | 0.000272 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ) | 0.000339 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ) | 0.000304 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000237 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ) | 0.000226 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ) | 0.000258 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000226 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ) | 0.000210 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000261 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1623, ) | 0.000383 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1623, 'themeId2' => 1623, ) | 0.001042 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623 | array ( ) | 0.000226 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1624, ) | 0.000271 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1624, ) | 0.000261 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1624 | 0.000831 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624 | 0.000359 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1624 | 0.001122 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000637 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000368 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000363 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000358 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ) | 0.000352 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ) | 0.000375 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ) | 0.000317 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000337 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000393 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000315 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ) | 0.000258 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000250 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ) | 0.000252 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ) | 0.000223 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000250 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ) | 0.000213 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000341 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1624, ) | 0.000374 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1624, 'themeId2' => 1624, ) | 0.001005 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624 | array ( ) | 0.000228 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1625, ) | 0.000270 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1625, ) | 0.000288 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1625 | 0.000805 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625 | 0.000383 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1625 | 0.000988 | |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ) | 0.000654 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ) | 0.000378 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ) | 0.000347 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ) | 0.000324 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ) | 0.000329 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ) | 0.000354 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ) | 0.000312 |
| INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile) | array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ) | 0.000320 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ) | 0.000264 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ) | 0.000236 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ) | 0.000211 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ) | 0.000210 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ) | 0.000244 |
| INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value) | array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ) | 0.000224 |
| INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage) | array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ) | 0.000260 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1625, ) | 0.000377 |
| SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label` | array ( 'themeId' => 1625, 'themeId2' => 1625, ) | 0.000932 |
| SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625 | array ( ) | 0.000226 |
| SELECT * FROM ow_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | array ( ) | 0.000328 |
| UPDATE `ow_base_config` SET `value`=:value WHERE id=:id | array ( 'id' => 521, 'value' => '4LUSe9uP', ) | 0.000401 |
| SELECT * FROM ow_base_config | array ( ) | 0.000664 |
| SELECT * FROM ow_base_language WHERE `status` = 'active' | array ( ) | 0.000346 |
| SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ? | array ( 0 => 1, ) | 0.081605 |
| SELECT * FROM ow_base_language | array ( ) | 0.000412 |
| SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000619 |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606 | array ( ) | 0.000427 |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606 | array ( ) | 0.000266 |
| SELECT * FROM ow_base_theme WHERE `key` = 'turquoise' LIMIT 0, 1 | array ( ) | 0.000324 |
| SELECT * FROM ow_base_theme WHERE `key` = 'turquoise' LIMIT 0, 1 | array ( ) | 0.000365 |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607 | array ( ) | 0.000506 |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607 | array ( ) | 0.000450 |
| SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000488 |
| SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, 1 => 'main', ) | 0.000599 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'main', ) | 0.000949 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'bottom', ) | 0.000841 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000492 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'daily_login' LIMIT 0, 1 | array ( ) | 0.000545 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'user_join' LIMIT 0, 1 | array ( ) | 0.000396 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'search_users' LIMIT 0, 1 | array ( ) | 0.000360 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'add_comment' LIMIT 0, 1 | array ( ) | 0.000309 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'buy_credits' LIMIT 0, 1 | array ( ) | 0.000300 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'grant_by_user' LIMIT 0, 1 | array ( ) | 0.000304 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'grant_to_user' LIMIT 0, 1 | array ( ) | 0.000295 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'set_by_admin' LIMIT 0, 1 | array ( ) | 0.000343 |
| SELECT * FROM ow_base_authorization_group | array ( ) | 0.000466 |
| SELECT * FROM ow_base_authorization_moderator ORDER BY id | array ( ) | 0.000286 |
| SELECT * FROM ow_base_authorization_moderator_permission | array ( ) | 0.000303 |
| SELECT * FROM ow_base_authorization_action | array ( ) | 0.000308 |
| SELECT * FROM ow_base_authorization_permission | array ( ) | 0.000346 |
| SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC | array ( ) | 0.000484 |
| SELECT * FROM ow_base_scheme | array ( ) | 0.000457 |
| SELECT * FROM ow_base_place WHERE `name` = 'index' LIMIT 0, 1 | array ( ) | 0.000377 |
| SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1 | array ( ) | 0.000517 |
| SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = 'everybody' ORDER BY timestamp desc LIMIT 0, 3 | array ( ) | 0.000603 |
| SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count | array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ) | 0.000558 |
| SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 | array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ) | 0.000313 |
| SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` | array ( ) | 0.000459 |
| SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit | array ( 'status' => 'approved', 'limit' => 5, ) | 0.000572 |
| SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN ('1') GROUP BY `p`.`topicId` | 0.000337 | |
| SELECT * FROM ow_forum_post WHERE `id` IN('1') | array ( ) | 0.000276 |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('1') | array ( ) | 0.000492 |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | array ( ) | 0.000301 |
| SELECT * FROM ow_base_question WHERE `name` IN('realname') | array ( ) | 0.000393 |
| SELECT * FROM ow_base_question_data WHERE `userId` IN('1') AND `questionName` IN('realname') | array ( ) | 0.000344 |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('1') AND r.displayLabel=1 ORDER BY sortOrder DESC | 0.000414 | |
| SELECT * FROM ow_forum_group WHERE `id` IN('1') | array ( ) | 0.000271 |
| SELECT * FROM ow_forum_section WHERE `id` IN('1') | array ( ) | 0.000255 |
| SELECT * FROM ow_usercredits_action WHERE `pluginKey` = 'groups' AND `actionKey` = 'add_group' LIMIT 0, 1 | array ( ) | 0.000535 |
| SELECT * FROM ow_groups_group WHERE `whoCanView` = 'anyone' AND `status` = 'active' ORDER BY `timeStamp` DESC LIMIT 0, 3 | array ( ) | 0.000367 |
| SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c | array ( 'f' => 0, 'c' => 3, 's' => 'active', ) | 0.000396 |
| SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10 | array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ) | 0.000776 |
| UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k | array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ) | 0.000540 |
| SELECT * FROM ow_base_language | array ( ) | 0.000474 |
| SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN ('user_join', 'comment', 'avatar-change', 'photo_comments', 'user-status', 'blog-post', 'event', 'forum-topic', 'forum-post', 'group') AND `userId`=0 GROUP BY `entityType` | 0.000506 | |
| SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN ('user_join', 'comment', 'avatar-change', 'photo_comments', 'user-status', 'blog-post', 'event', 'forum-topic', 'forum-post', 'group') AND 1 GROUP BY `entityType` | 0.000306 | |
| SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000381 |
| SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000249 |
| SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000213 |
| SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000203 |
| SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' | array ( ) | 0.000450 |
| SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' AND `friends_friendship`.`viewed` = '0' | array ( ) | 0.000416 |
| SELECT * FROM ow_base_question_to_account_type | array ( ) | 0.000480 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001294 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000331 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000253 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate','') ORDER BY sortOrder | array ( ) | 0.000523 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001185 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate') ORDER BY sortOrder | array ( ) | 0.000558 |
| SELECT * FROM ow_base_question WHERE `name` IN('','sex') ORDER BY sortOrder | array ( ) | 0.000422 |
| SELECT * FROM ow_base_question_value WHERE `questionName` IN('sex','match_sex','birthdate') ORDER BY questionName, sortOrder | array ( ) | 0.001012 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate') ORDER BY sortOrder | array ( ) | 0.000503 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000262 |
| SELECT * FROM ow_skadate_account_type_to_gender | array ( ) | 0.000400 |
| SELECT * FROM ow_base_question_to_account_type | array ( ) | 0.000353 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001341 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000322 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000281 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate','') ORDER BY sortOrder | array ( ) | 0.000600 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001383 |
| SELECT * FROM ow_base_question_to_account_type | array ( ) | 0.000506 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001296 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000350 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000268 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate','') ORDER BY sortOrder | array ( ) | 0.000627 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001220 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate') ORDER BY sortOrder | array ( ) | 0.000552 |
| SELECT * FROM ow_base_question WHERE `name` IN('','sex') ORDER BY sortOrder | array ( ) | 0.000423 |
| SELECT * FROM ow_base_question_value WHERE `questionName` IN('sex','match_sex','birthdate') ORDER BY questionName, sortOrder | array ( ) | 0.001024 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate') ORDER BY sortOrder | array ( ) | 0.000500 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000258 |
| SELECT * FROM ow_base_question_to_account_type | array ( ) | 0.000317 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001128 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000278 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000254 |
| SELECT * FROM ow_base_question WHERE `name` IN('sex','match_sex','birthdate','') ORDER BY sortOrder | array ( ) | 0.000508 |
| SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => 'all', ) | 0.001162 |
| Type | Class | Path (class, template) |
|---|---|---|
| Controller | BASE_CTRL_ComponentPanel | /var/www/date.wasku.com/public_html/ow_system_plugins/base/controllers/component_panel.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/controllers/component_panel.html |
| Component | FORUM_CMP_ForumTopicsWidget | /var/www/date.wasku.com/public_html/ow_plugins/forum/components/forum_topics_widget.php /var/www/date.wasku.com/public_html/ow_plugins/forum/views/components/forum_topics_widget.html |
| Component | BASE_CMP_DragAndDropItem | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/drag_and_drop_item.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/drag_and_drop_item.html |
| Component | NEWSFEED_CMP_FeedList | /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/components/feed_list.php /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/views/components/feed_list.html |
| Component | NEWSFEED_CMP_Feed | /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/components/feed.php /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/views/components/feed.html |
| Component | NEWSFEED_CMP_SiteFeedWidget | /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/components/site_feed_widget.php /var/www/date.wasku.com/public_html/ow_plugins/newsfeed/views/components/feed_widget.html |
| Component | BASE_CMP_DragAndDropIndex | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/drag_and_drop_index.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/drag_and_drop_index.html |
| Component | BASE_CMP_MainMenu | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/main_menu.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/bottom_menu.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/bottom_menu.html |
| Component | BASE_CMP_SignIn | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/sign_in.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/sign_in.html |
| Component | BASE_CMP_ConsoleButton | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/console_button.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console_button.html |
| Component | BASE_CMP_Console | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/console.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console.html |
| Component | MINIATURETHEME_CMP_QuickSearch | /var/www/date.wasku.com/public_html/ow_plugins/miniature_theme_settings/components/quick_search.php /var/www/date.wasku.com/public_html/ow_plugins/miniature_theme_settings/views/components/quick_search.html |
| Component | USEARCH_CMP_QuickSearchIndex | /var/www/date.wasku.com/public_html/ow_plugins/usearch/components/quick_search_index.php /var/www/date.wasku.com/public_html/ow_plugins/usearch/views/components/quick_search_index.html |
| Component | BASE_CMP_JoinButton | /var/www/date.wasku.com/public_html/ow_system_plugins/base/components/join_button.php /var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/join_button.html |
| Event | Listener | Params |
|---|---|---|
|
base.get_active_theme_name Type: call Called at: 1.555 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.OW_Response Type: trigger Called at: 1.559 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_join_menu_item', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'usearch', 'key' => 'menu_item_search', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'main_menu_item', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'forum', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'main_menu_list', ) |
|
navigation.onGetMenuItems Type: trigger Called at: 1.562 Exec time: 0.000 |
No listeners | array ( 'menuItems' => array ( 0 => array ( 'id' => 304, 'prefix' => 'base', 'key' => 'dashboard', 'documentKey' => '', 'type' => 'main', 'order' => 1, 'routePath' => 'base_member_dashboard', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 2, 'menu_key' => 'dashboard', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 1 => array ( 'id' => 23, 'prefix' => 'base', 'key' => 'main_menu_index', 'documentKey' => '', 'type' => 'main', 'order' => 2, 'routePath' => 'base_index', 'externalUrl' => NULL, 'newWindow' => 0, 'visibleFor' => 1, 'menu_key' => 'main_menu_index', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 2 => array ( 'id' => 211, 'prefix' => 'base', 'key' => 'base_join_menu_item', 'documentKey' => '', 'type' => 'main', 'order' => 3, 'routePath' => 'base_join', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 1, 'menu_key' => 'base_join_menu_item', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 3 => array ( 'id' => 480, 'prefix' => 'usearch', 'key' => 'menu_item_search', 'documentKey' => '', 'type' => 'main', 'order' => 4, 'routePath' => 'users-search', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'menu_item_search', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 4 => array ( 'id' => 477, 'prefix' => 'matchmaking', 'key' => 'matches_index', 'documentKey' => '', 'type' => 'main', 'order' => 5, 'routePath' => 'matchmaking_members_page', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 2, 'menu_key' => 'matches_index', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 5 => array ( 'id' => 472, 'prefix' => 'membership', 'key' => 'subscribe_page_heading', 'documentKey' => '', 'type' => 'main', 'order' => 6, 'routePath' => 'membership_subscribe', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 2, 'menu_key' => 'subscribe_page_heading', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 6 => array ( 'id' => 492, 'prefix' => 'photo', 'key' => 'photo', 'documentKey' => '', 'type' => 'main', 'order' => 7, 'routePath' => 'view_photo_list', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'photo', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 7 => array ( 'id' => 508, 'prefix' => 'blogs', 'key' => 'main_menu_item', 'documentKey' => '', 'type' => 'main', 'order' => 8, 'routePath' => 'blogs', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'main_menu_item', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 8 => array ( 'id' => 510, 'prefix' => 'event', 'key' => 'main_menu_item', 'documentKey' => '', 'type' => 'main', 'order' => 9, 'routePath' => 'event.main_menu_route', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'main_menu_item', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 9 => array ( 'id' => 511, 'prefix' => 'forum', 'key' => 'forum', 'documentKey' => '', 'type' => 'main', 'order' => 10, 'routePath' => 'forum-default', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'forum', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 10 => array ( 'id' => 513, 'prefix' => 'groups', 'key' => 'main_menu_list', 'documentKey' => '', 'type' => 'main', 'order' => 11, 'routePath' => 'groups-index', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'main_menu_list', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.563 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.563 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_99448870', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.563 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_6820666', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.563 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'contactus', 'key' => 'bottom_menu_item', ) |
|
navigation.onGetMenuItems Type: trigger Called at: 1.563 Exec time: 0.000 |
No listeners | array ( 'menuItems' => array ( 0 => array ( 'id' => 411, 'prefix' => 'base', 'key' => 'page-119658', 'documentKey' => 'page-119658', 'type' => 'bottom', 'order' => 1, 'routePath' => NULL, 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'page-119658', 'class' => NULL, 'action' => NULL, 'uri' => 'terms-of-use', 'isStatic' => 1, ), 1 => array ( 'id' => 478, 'prefix' => 'base', 'key' => 'page_99448870', 'documentKey' => 'page_99448870', 'type' => 'bottom', 'order' => 2, 'routePath' => NULL, 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'page_99448870', 'class' => NULL, 'action' => NULL, 'uri' => 'privacy', 'isStatic' => 1, ), 2 => array ( 'id' => 479, 'prefix' => 'base', 'key' => 'page_6820666', 'documentKey' => 'page_6820666', 'type' => 'bottom', 'order' => 3, 'routePath' => NULL, 'externalUrl' => 'http://www.skadate.com/', 'newWindow' => 1, 'visibleFor' => 3, 'menu_key' => 'page_6820666', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), 3 => array ( 'id' => 509, 'prefix' => 'contactus', 'key' => 'bottom_menu_item', 'documentKey' => '', 'type' => 'bottom', 'order' => 4, 'routePath' => 'contactus.index', 'externalUrl' => NULL, 'newWindow' => NULL, 'visibleFor' => 3, 'menu_key' => 'bottom_menu_item', 'class' => NULL, 'action' => NULL, 'uri' => NULL, 'isStatic' => NULL, ), ), ) |
|
usercredits.action_add Type: trigger Called at: 1.564 Exec time: 0.010 |
USERCREDITS_CLASS_EventHandler -> onCollectActions()
|
array ( ) |
|
core.app_init Type: trigger Called at: 1.564 Exec time: 0.010 |
USERCREDITS_CLASS_EventHandler -> onAfterApplicationInit()
VIRTUALGIFTS_CLASS_EventHandler -> afterInits()
SLPREMIUMTHEME_CLASS_EventHandler -> onApplicationInit()
MINIATURETHEME_CLASS_EventHandler -> onApplicationInit()
VIDEOIM_CLASS_EventHandler -> afterInit()
|
array ( ) |
|
core.after_route Type: trigger Called at: 1.575 Exec time: 0.001 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
SKADATE_CLASS_EventHandler -> afterRouteHandler()
SKADATE_CLASS_EventHandler -> adminPageHanler()
|
array ( ) |
|
class.get_instance.BASE_CTRL_ComponentPanel Type: trigger Called at: 1.576 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CTRL_ComponentPanel', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.589 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'rss_widget_default_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.590 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index_join_button', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.590 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'membership', 'key' => 'upgrade', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.590 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comments_widget_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.591 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo_list_widget', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.591 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'custom_html_widget_default_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.591 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_add_new_box_cap_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.591 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'custom_html_widget_default_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.591 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'my_avatar_widget', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.592 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'user_list_widget_settings_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.592 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'widget_feed_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.592 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'ads', 'key' => 'widget_panel_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.593 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.593 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'up_events_widget_block_cap_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.593 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'forum_topics_widget', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.594 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'widget_groups_title', ) |
|
class.get_instance.BOL_SeoService Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'className' => 'BOL_SeoService', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_title_index', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_desc_index', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_keywords_index', ) |
|
core.set_document_title Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'str' => 'Wasku Date - Find New Friends Here!', ) |
|
core.set_document_description Type: trigger Called at: 1.595 Exec time: 0.000 |
No listeners | array ( 'str' => 'Wasku Date social network. Meet new friends here today!', ) |
|
base.provide_page_meta_info Type: trigger Called at: 1.594 Exec time: 0.000 |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
array ( 'sectionKey' => 'base.base_pages', 'entityKey' => 'index', 'title' => 'base+meta_title_index', 'description' => 'base+meta_desc_index', 'keywords' => 'base+meta_keywords_index', ) |
|
base.widget_panel.content.top Type: trigger Called at: 1.618 Exec time: 0.000 |
OCSGUESTS_CLASS_EventHandler -> onProfilePageRender()
pcgallery_get_content()
|
array ( 'placeName' => 'index', ) |
|
base.`$placeName`.content.top Type: trigger Called at: 1.618 Exec time: 0.000 |
No listeners | array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.619 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'cmp_widget_post_count', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.619 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'blog_widget_preview_length_lbl', ) |
|
class.get_instance.BLOGS_CMP_BlogWidget Type: trigger Called at: 1.619 Exec time: 0.000 |
No listeners | array ( 'className' => 'BLOGS_CMP_BlogWidget', 'arguments' => array ( 0 => \BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'count' => 3, 'previewLength' => 50, ), 'additionalParamList' => array ( ), 'standartParamList' => \WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => \WidgetDetails::__set_state(array( 'uniqName' => 'index-BLOGS_CMP_BlogWidget', )), )), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.620 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'cmp_widget_events_count', ) |
|
class.get_instance.EVENT_CMP_UpcomingEvents Type: trigger Called at: 1.620 Exec time: 0.000 |
No listeners | array ( 'className' => 'EVENT_CMP_UpcomingEvents', 'arguments' => array ( 0 => \BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'events_count' => 3, ), 'additionalParamList' => array ( ), 'standartParamList' => \WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => \WidgetDetails::__set_state(array( 'uniqName' => 'index-EVENT_CMP_UpcomingEvents', )), )), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.621 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'cmp_widget_forum_topics_count', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.621 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'cmp_widget_forum_topics_post_lenght', ) |
|
class.get_instance.FORUM_CMP_ForumTopicsWidget Type: trigger Called at: 1.621 Exec time: 0.000 |
No listeners | array ( 'className' => 'FORUM_CMP_ForumTopicsWidget', 'arguments' => array ( 0 => \BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'topicCount' => 5, 'postLength' => 50, ), 'additionalParamList' => array ( ), 'standartParamList' => \WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => \WidgetDetails::__set_state(array( 'uniqName' => 'index-FORUM_CMP_ForumTopicsWidget', )), )), ), ) |
|
base.avatars.get_list Type: trigger Called at: 1.631 Exec time: 0.000 |
No listeners | array ( 'userIds' => array ( 0 => 1, ), 'size' => 1, 'checkModerationStatus' => true, ) |
|
base.questions_get_data Type: trigger Called at: 1.633 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderData()
|
array ( 'userIdList' => array ( 0 => 1, ), 'fieldsList' => array ( 0 => 'realname', ), ) |
|
base.get_display_name Type: trigger Called at: 1.633 Exec time: 0.000 |
No listeners | array ( 'userIdList' => array ( 0 => 1, ), 'questionName' => 'realname', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.633 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'deleted_user', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.634 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'goto_forum', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.655 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'widget_groups_count_setting', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.655 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'widget_groups_show_titles_setting', ) |
|
class.get_instance.GROUPS_CMP_GroupsWidget Type: trigger Called at: 1.655 Exec time: 0.000 |
No listeners | array ( 'className' => 'GROUPS_CMP_GroupsWidget', 'arguments' => array ( 0 => \BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'count' => 3, 'showTitles' => true, ), 'additionalParamList' => array ( ), 'standartParamList' => \WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => \WidgetDetails::__set_state(array( 'uniqName' => 'index-GROUPS_CMP_GroupsWidget', )), )), ), ) |
|
usercredits.get_action_key Type: trigger Called at: 1.655 Exec time: 0.000 |
PHOTO_CLASS_Credits -> getActionKey()
VIRTUALGIFTS_CLASS_Credits -> getActionKey()
BLOGS_CLASS_Credits -> getActionKey()
FORUM_CLASS_Credits -> getActionKey()
GROUPS_CLASS_Credits -> getActionKey()
|
array ( 'userId' => 0, 'groupName' => 'groups', 'actionName' => 'create', 'extra' => NULL, ) |
|
authorization.layer_check Type: trigger Called at: 1.655 Exec time: 0.001 |
MEMBERSHIP_CLASS_EventHandler -> onAuthLayerCheck()
USERCREDITS_CLASS_EventHandler -> onAuthLayerCheck()
|
array ( 'userId' => 0, 'groupName' => 'groups', 'actionName' => 'create', 'extra' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.656 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'add_new', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'add_new', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'widget_settings_count', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'widget_settings_view_more', ) |
|
class.get_instance.NEWSFEED_CMP_SiteFeedWidget Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'className' => 'NEWSFEED_CMP_SiteFeedWidget', 'arguments' => array ( 0 => \BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'count' => 10, 'view_more' => true, ), 'additionalParamList' => array ( ), 'standartParamList' => \WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => \WidgetDetails::__set_state(array( 'uniqName' => 'index-NEWSFEED_CMP_SiteFeedWidget', )), )), ), ) |
|
class.get_instance.NEWSFEED_CLASS_SiteDriver Type: trigger Called at: 1.657 Exec time: 0.000 |
No listeners | array ( 'className' => 'NEWSFEED_CLASS_SiteDriver', 'arguments' => array ( ), ) |
|
class.get_instance.NEWSFEED_CMP_Feed Type: trigger Called at: 1.658 Exec time: 0.000 |
No listeners | array ( 'className' => 'NEWSFEED_CMP_Feed', 'arguments' => array ( 0 => \NEWSFEED_CLASS_SiteDriver::__set_state(array( 'params' => array ( 'offset' => 0, 'length' => 0, 'displayCount' => 10, 'formats' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'startTime' => 1774331095, 'displayType' => 'action', 'customizeMode' => false, 'viewMore' => true, ), 'defaultParams' => array ( 'offset' => 0, 'length' => false, 'displayCount' => 20, 'formats' => NULL, ), 'actionList' => array ( ), 'count' => 0, 'context' => array ( ), 'formats' => NULL, 'actionIdList' => array ( ), 'service' => \NEWSFEED_BOL_Service::__set_state(array( 'SYSTEM_ACTIVITIES' => array ( 0 => 'create', 1 => 'subscribe', ), 'actionDao' => \NEWSFEED_BOL_ActionDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'followDao' => \NEWSFEED_BOL_FollowDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'actionFeedDao' => \NEWSFEED_BOL_ActionFeedDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'likeDao' => \NEWSFEED_BOL_LikeDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'statusDao' => \NEWSFEED_BOL_StatusDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'activityDao' => \NEWSFEED_BOL_ActivityDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'actionSetDao' => \NEWSFEED_BOL_ActionSetDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'cronCommandDao' => \NEWSFEED_BOL_CronCommandDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'privacy' => array ( 'photo_view_album' => array ( 0 => 'create:photo_comments,create:multiple_photo_upload', ), 'blogs_view_blog_posts' => array ( 0 => '*:blog-post', ), 'event_view_attend_events' => array ( 0 => 'event-join', ), 'friends_view' => array ( 0 => 'create:friend_add', ), 'view_my_groups' => array ( 0 => 'groups-join:*', 1 => 'create:groups-join', 2 => 'create:group', ), ), )), )), 1 => 'site', 2 => NULL, ), ) |
|
base.query.user_filter Type: trigger Called at: 1.658 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'cactivity', ), 'fields' => array ( 'userId' => 'userId', ), 'method' => 'NEWSFEED_BOL_ActionDao::findSiteFeedCount', ) |
|
class.get_instance.NEWSFEED_CMP_FeedList Type: trigger Called at: 1.659 Exec time: 0.000 |
No listeners | array ( 'className' => 'NEWSFEED_CMP_FeedList', 'arguments' => array ( 0 => array ( ), 1 => array ( 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'startTime' => 1774331095, 'displayType' => 'activity', 'customizeMode' => false, 'viewMore' => true, 'displayCount' => 10, ), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.662 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'empty_feed_message', ) |
|
index.add_content_bottom Type: trigger Called at: 1.665 Exec time: 0.000 |
No listeners | array ( ) |
|
base.widget_panel.content.bottom Type: trigger Called at: 1.665 Exec time: 0.000 |
No listeners | array ( 'placeName' => 'index', ) |
|
base.`$placeName`.content.bottom Type: trigger Called at: 1.665 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.OW_Navigation Type: trigger Called at: 1.666 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Navigation', 'arguments' => array ( ), ) |
|
core.after_dispatch Type: trigger Called at: 1.666 Exec time: 0.000 |
skadate_update_plugin_devkey()
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
class.get_instance.OW_Feedback Type: trigger Called at: 1.666 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Feedback', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.666 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'ajax_floatbox_users_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'flag_as', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'delete_user_confirmation_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_limited_permissions', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_change', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_crop', ) |
|
core.onAddScriptDeclaration Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'scriptHash' => 1906262214, 'type' => 'text/javascript', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'admin', 'key' => 'edit_language', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_recent', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_people', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_nature', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_food', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_activity', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_travel', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_object', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_symbol', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_category_flag', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_search', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_search_results', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'mailbox', 'key' => 'emojipicker_count_emojis', ) |
|
core.onAddScriptDeclaration Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'scriptHash' => 3208237720, 'type' => 'text/javascript', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'bookmarks', 'key' => 'marked_notify_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'bookmarks', 'key' => 'unmarked_notify_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'bookmarks', 'key' => 'unmark_toolbar_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'bookmarks', 'key' => 'mark_toolbar_label', ) |
|
core.onAddScriptDeclaration Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'scriptHash' => 3493379623, 'type' => 'text/javascript', ) |
|
core.onAddScriptDeclaration Type: trigger Called at: 1.667 Exec time: 0.000 |
No listeners | array ( 'scriptHash' => 972427601, 'type' => 'text/javascript', ) |
|
core.finalize Type: trigger Called at: 1.666 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
MAILBOX_CLASS_EventHandler -> addEmojiPicker()
SKADATE_CLASS_EventHandler -> onFinalize()
MATCHMAKING_CLASS_EventHandler -> addJsCode()
BOOKMARKS_CLASS_EventHandler -> onFinalize()
VIDEOIM_CLASS_EventHandler -> initVideoImRequest()
|
array ( ) |
|
class.get_instance.CUSTOMINDEX_BOL_Service Type: trigger Called at: 1.668 Exec time: 0.000 |
No listeners | array ( 'className' => 'CUSTOMINDEX_BOL_Service', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.668 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'customindex', 'key' => 'missing_theme_error', ) |
|
core.before_document_render Type: trigger Called at: 1.667 Exec time: 0.000 |
USERCREDITS_CLASS_EventHandler -> onUserLogin()
skadate_remove_admin_bottom_link()
MINIATURETHEME_CLASS_EventHandler -> onBeforeDocumentRender()
CUSTOMINDEX_CLASS_EventHandler -> onGettingMasterPage()
|
array ( ) |
|
core.before_master_page_render Type: trigger Called at: 1.668 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.BASE_CMP_Console Type: trigger Called at: 1.673 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Console', 'arguments' => array ( 0 => array ( ), ), ) |
|
base_hook_remote_auth_button_list Type: trigger Called at: 1.674 Exec time: 0.000 |
No listeners | array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.674 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.678 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_login_invitation', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_password_invitation', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_remember_me_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.679 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'forgot_password_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_cap_label', ) |
|
class.get_instance.BASE_CMP_SignInButtonList Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_SignInButtonList', 'arguments' => array ( 0 => array ( ), ), ) |
|
base_hook_remote_auth_button_list Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_txt', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'console_item_sign_up_label', ) |
|
class.get_instance.BASE_CMP_ConsoleSwitchLanguage Type: trigger Called at: 1.684 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_ConsoleSwitchLanguage', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_profiles_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_profile_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_comments_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_comment_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_avatars_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_avatar_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'content_group_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'content_photo_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'content_group_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'content_status_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'content_blogs_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'content_blog_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'content_events_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'content_event_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forums_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forum_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forums_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_post_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'content_groups_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.685 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'content_group_label', ) |
|
content.collect_types Type: trigger Called at: 1.685 Exec time: 0.000 |
BASE_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
EVENT_CLASS_ContentProvider -> onCollectTypes()
FORUM_CLASS_ContentProvider -> onCollectTypes()
GROUPS_CLASS_ContentProvider -> onCollectTypes()
|
array ( ) |
|
console.collect_items Type: trigger Called at: 1.674 Exec time: 0.001 |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
MODERATION_CLASS_EventHandler -> collectConsoleItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
|
array ( ) |
|
console.before_item_render Type: trigger Called at: 1.686 Exec time: 0.000 |
No listeners |
array (
'item' =>
\BASE_CMP_ConsoleItem::__set_state(array(
'assignedVars' =>
array (
'item' =>
array (
'uniqId' => 'console_item_69c224d741374',
'class' => '',
'content' =>
array (
),
'html' => 'Wasku DateWasku Date |
|
console.before_item_render Type: trigger Called at: 1.688 Exec time: 0.000 |
No listeners | array ( 'item' => \BASE_CMP_ConsoleButton::__set_state(array( 'assignedVars' => array ( 'label' => 'Sign up', 'href' => 'https://date.wasku.com/join', 'onClick' => '', ), 'template' => '/var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console_button.html', 'visible' => true, 'components' => array ( ), 'forms' => array ( ), 'consoleItem' => \BASE_CMP_ConsoleItem::__set_state(array( 'assignedVars' => array ( 'item' => array ( 'uniqId' => 'console_item_69c224d7413f2', 'class' => 'ow_console_button', 'content' => array ( ), 'html' => 'Sign up', 'hidden' => false, ), ), 'template' => '/var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console_item.html', 'visible' => true, 'components' => array ( ), 'forms' => array ( ), 'content' => NULL, 'control' => 'Sign up', 'hidden' => false, 'uniqId' => 'console_item_69c224d7413f2', 'class' => array ( 'ow_console_button' => 'ow_console_button', ), )), 'key' => 'console_item_69c224d7413f2', )), 'order' => 1, ) |
|
console.before_item_render Type: trigger Called at: 1.688 Exec time: 0.000 |
No listeners | array ( 'item' => \BASE_CMP_ConsoleSwitchLanguage::__set_state(array( 'assignedVars' => array ( 'label' => 'en', 'class' => 'ow_console_lang_en', ), 'template' => '/var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console_switch_language.html', 'visible' => false, 'components' => array ( ), 'forms' => array ( ), 'consoleItem' => \BASE_CMP_ConsoleItem::__set_state(array( 'assignedVars' => array ( ), 'template' => '/var/www/date.wasku.com/public_html/ow_system_plugins/base/views/components/console_item.html', 'visible' => true, 'components' => array ( ), 'forms' => array ( ), 'content' => NULL, 'control' => NULL, 'hidden' => false, 'uniqId' => 'console_item_69c224d74155f', 'class' => array ( 'ow_console_dropdown' => 'ow_console_dropdown', 'ow_console_dropdown_hover' => 'ow_console_dropdown_hover', ), )), 'key' => 'console_item_69c224d74155f', 'url' => 'javascript://', )), 'order' => 0, ) |
|
base.query.user_filter Type: trigger Called at: 1.690 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'friends_friendship', ), 'fields' => array ( 'userId' => 'userId', ), 'method' => 'FRIENDS_BOL_FriendshipDao::count', ) |
|
base.query.user_filter Type: trigger Called at: 1.690 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'friends_friendship', ), 'fields' => array ( 'userId' => 'userId', ), 'method' => 'FRIENDS_BOL_FriendshipDao::count', ) |
|
console.ping Type: trigger Called at: 1.689 Exec time: 0.002 |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
|
array ( ) |
|
base.ping.consoleUpdate Type: trigger Called at: 1.688 Exec time: 0.002 |
BASE_CLASS_ConsoleEventHandler -> ping()
|
array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 1.692 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'skadate', 'key' => 'turquoise_index_join_text', ) |
|
class.get_instance.USEARCH_CMP_QuickSearchIndex Type: trigger Called at: 1.692 Exec time: 0.000 |
No listeners | array ( 'className' => 'USEARCH_CMP_QuickSearchIndex', 'arguments' => array ( 0 => array ( ), ), ) |
|
class.get_instance.MINIATURETHEME_CMP_QuickSearch Type: trigger Called at: 1.692 Exec time: 0.000 |
No listeners | array ( 'className' => 'MINIATURETHEME_CMP_QuickSearch', 'arguments' => array ( ), ) |
|
class.get_instance.USEARCH_CLASS_QuickSearchForm Type: trigger Called at: 1.692 Exec time: 0.000 |
No listeners | array ( 'className' => 'USEARCH_CLASS_QuickSearchForm', 'arguments' => array ( 0 => \MINIATURETHEME_CMP_QuickSearch::__set_state(array( 'assignedVars' => array ( 'displayGender' => true, 'questionList' => array ( 0 => \BOL_Question::__set_state(array( 'id' => 94, '_fieldsHash' => array ( 'name' => 4020398583, 'sectionName' => 3284986385, 'accountTypeName' => 0, 'type' => 1274211008, 'presentation' => 1274211008, 'required' => 2212294583, 'onJoin' => 4108050209, 'onEdit' => 4108050209, 'onSearch' => 4108050209, 'onView' => 2212294583, 'base' => 4108050209, 'removable' => 4108050209, 'sortOrder' => 4088798008, 'columnCount' => 2212294583, 'parent' => 0, 'custom' => 223132457, ), 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'select', 'required' => 1, 'onJoin' => 0, 'onEdit' => 0, 'onSearch' => 0, 'onView' => 1, 'base' => 0, 'removable' => 0, 'sortOrder' => 4, 'columnCount' => 1, 'parent' => '', 'custom' => '[]', )), 1 => \BOL_Question::__set_state(array( 'id' => 111, '_fieldsHash' => array ( 'name' => 3958163497, 'sectionName' => 3284986385, 'accountTypeName' => 0, 'type' => 2532608896, 'presentation' => 3568814880, 'required' => 2212294583, 'onJoin' => 2212294583, 'onEdit' => 2212294583, 'onSearch' => 2212294583, 'onView' => 2212294583, 'base' => 4108050209, 'removable' => 2212294583, 'sortOrder' => 2226203566, 'columnCount' => 2212294583, 'parent' => 4020398583, 'custom' => 223132457, ), 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 1, 'onJoin' => 1, 'onEdit' => 1, 'onSearch' => 1, 'onView' => 1, 'base' => 0, 'removable' => 1, 'sortOrder' => 5, 'columnCount' => 1, 'parent' => 'sex', 'custom' => '[]', )), 2 => \BOL_Question::__set_state(array( 'id' => 92, '_fieldsHash' => array ( 'name' => 2464439331, 'sectionName' => 3284986385, 'accountTypeName' => 0, 'type' => 2482226890, 'presentation' => 2704281778, 'required' => 2212294583, 'onJoin' => 2212294583, 'onEdit' => 2212294583, 'onSearch' => 2212294583, 'onView' => 2212294583, 'base' => 4108050209, 'removable' => 4108050209, 'sortOrder' => 4194326291, 'columnCount' => 4108050209, 'parent' => 0, 'custom' => 336413349, ), 'name' => 'birthdate', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'age', 'required' => 1, 'onJoin' => 1, 'onEdit' => 1, 'onSearch' => 1, 'onView' => 1, 'base' => 0, 'removable' => 0, 'sortOrder' => 8, 'columnCount' => 0, 'parent' => '', 'custom' => '{"year_range":{"from":1930,"to":1992}}', )), ), 'displayAccountType' => true, 'form' => \USEARCH_CLASS_QuickSearchForm::__set_state(array( 'attributes' => array ( 'id' => 'form_usearch_QuickSearchForm', 'method' => 'post', 'action' => 'https://date.wasku.com/usearch/ajax/quick-search', 'name' => 'QuickSearchForm', ), 'elements' => array ( 'form_name' => \HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'QuickSearchForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_k39iqev3l69c224d743480_t2k374gy', 'type' => 'hidden', 'value' => 'QuickSearchForm', ), )), 'csrf_token' => \CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTc3NDMzMTA5NXZhNjFsb0s0ajE5NE1Jck93SWRVNnV0VVFPcXlraXpl', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_vivyd2ma69c224d74348b_6iruv184', 'type' => 'hidden', 'value' => 'MTc3NDMzMTA5NXZhNjFsb0s0ajE5NE1Jck93SWRVNnV0VVFPcXlraXpl', ), )), 'birthdate' => \USEARCH_CLASS_AgeRangeField::__set_state(array( 'validators' => array ( 0 => \USEARCH_CLASS_AgeRangeValidator::__set_state(array( 'errorMessage' => 'Please fill age range from 34 to 96', 'from' => 34, 'to' => 96, )), ), 'filters' => array ( ), 'required' => false, 'value' => array ( ), 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'birthdate', 'id' => 'input_usearch_birthdate', ), 'minAge' => 34, 'maxAge' => 96, )), 'sex' => \Selectbox::__set_state(array( 'validators' => array ( 0 => \RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'sex', 'id' => 'input_usearch_sex', ), 'invitation' => 'Select', 'hasInvitation' => false, 'options' => array ( 1 => 'Male', 2 => 'Female', ), )), 'match_sex' => \Selectbox::__set_state(array( 'validators' => array ( 0 => \RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'match_sex', 'id' => 'input_usearch_match_sex', ), 'invitation' => 'Select', 'hasInvitation' => false, 'options' => array ( 2 => 'Female', 1 => 'Male', ), )), 'online' => \CheckboxField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'online only', 'description' => NULL, 'attributes' => array ( 'name' => 'online', 'id' => 'input_usearch_online', 'type' => 'checkbox', ), )), 'with_photo' => \CheckboxField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'with photo', 'description' => NULL, 'attributes' => array ( 'name' => 'with_photo', 'id' => 'input_usearch_with_photo', 'type' => 'checkbox', ), )), ), 'submitElements' => array ( 'search' => \Submit::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Search', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'search', 'id' => 'input_usearch_search', 'type' => 'submit', 'disabled' => 'disabled', 'class' => 'ow_inprogress', 'value' => 'Search', ), 'decorator' => 'button', )), ), 'ajax' => true, 'ajaxResetOnSuccess' => false, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( 0 => 'function(data){ if ( data.result ) { document.location.href = data.url; } else { OW.warning(data.error); } }', ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', 'questionService' => \BOL_QuestionService::__set_state(array( 'questionDao' => \BOL_QuestionDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'valueDao' => \BOL_QuestionValueDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'sectionDao' => \BOL_QuestionSectionDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'dataDao' => \BOL_QuestionDataDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'accountDao' => \BOL_QuestionAccountTypeDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'accountToQuestionDao' => \BOL_QuestionToAccountTypeDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userService' => \BOL_UserService::__set_state(array( 'userDao' => \BOL_UserDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), 'cachedItems' => array ( 1 => \BOL_User::__set_state(array( 'id' => 1, '_fieldsHash' => array ( 'email' => 71522473, 'username' => 2282622326, 'password' => 631806207, 'joinStamp' => 1602294580, 'activityStamp' => 1144341248, 'accountType' => 2950756247, 'emailVerify' => 2212294583, 'joinIp' => 4108050209, ), 'email' => 'admin@wasku.com', 'username' => 'admin', 'password' => '29ead9b436284199d11606627817eb5afed65684a0fc29ac545978b6b6103476', 'joinStamp' => 1711384413, 'activityStamp' => 1724687559, 'accountType' => '808aa8ca354f51c5a3868dad5298cd72', 'emailVerify' => 1, 'joinIp' => 0, )), ), 'cachedIds' => array ( ), )), 'loginCookieDao' => \BOL_LoginCookieDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userFeaturedDao' => \BOL_UserFeaturedDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userOnlineDao' => \BOL_UserOnlineDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userSuspendDao' => \BOL_UserSuspendDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userApproveDao' => \BOL_UserApproveDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'restrictedUsernamesDao' => \BOL_RestrictedUsernamesDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'inviteCodeDao' => \BOL_InviteCodeDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'approveDao' => \BOL_UserApproveDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'resetPasswordDao' => \BOL_UserResetPasswordDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'userBlockDao' => \BOL_UserBlockDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'tokenDao' => \BOL_AuthTokenDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), )), 'questionConfigDao' => \BOL_QuestionConfigDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'questionUpdateTime' => 0, 'presentations' => array ( 'text' => 'text', 'select' => 'select', 'fselect' => 'fselect', 'textarea' => 'text', 'checkbox' => 'boolean', 'radio' => 'select', 'multicheckbox' => 'multiselect', 'date' => 'datetime', 'birthdate' => 'datetime', 'age' => 'datetime', 'range' => 'text', 'url' => 'text', 'password' => 'text', ), 'questionsBOL' => array ( 'base' => array ( ), 'notBase' => array ( 'realname' => \BOL_Question::__set_state(array( 'id' => 104, '_fieldsHash' => array ( 'name' => 3000290671, 'sectionName' => 3284986385, 'accountTypeName' => 0, 'type' => 999008199, 'presentation' => 999008199, 'required' => 2212294583, 'onJoin' => 2212294583, 'onEdit' => 2212294583, 'onSearch' => 4108050209, 'onView' => 2212294583, 'base' => 4108050209, 'removable' => 4108050209, 'sortOrder' => 1842515611, 'columnCount' => 4108050209, 'parent' => 0, 'custom' => 223132457, ), 'name' => 'realname', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 1, 'onJoin' => 1, 'onEdit' => 1, 'onSearch' => 0, 'onView' => 1, 'base' => 0, 'removable' => 0, 'sortOrder' => 3, 'columnCount' => 0, 'parent' => '', 'custom' => '[]', )), ), ), 'questionsData' => array ( 1 => array ( 'realname' => 'Admin', ), ), 'presentation2config' => array ( ), 'birthdayConfig' => NULL, )), 'searchService' => \USEARCH_BOL_Service::__set_state(array( 'searchDao' => \USEARCH_BOL_SearchDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), )), 'displayAccountType' => true, )), 'advancedUrl' => 'https://date.wasku.com/users/search', 'questions' => array ( 0 => 'sex', 1 => 'match_sex', 2 => 'birthdate', ), ), 'template' => '/var/www/date.wasku.com/public_html/ow_plugins/miniature_theme_settings/views/components/quick_search.html', 'visible' => true, 'components' => array ( ), 'forms' => array ( 'QuickSearchForm' => \USEARCH_CLASS_QuickSearchForm::__set_state(array( 'attributes' => array ( 'id' => 'form_usearch_QuickSearchForm', 'method' => 'post', 'action' => 'https://date.wasku.com/usearch/ajax/quick-search', 'name' => 'QuickSearchForm', ), 'elements' => array ( 'form_name' => \HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'QuickSearchForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_k39iqev3l69c224d743480_t2k374gy', 'type' => 'hidden', 'value' => 'QuickSearchForm', ), )), 'csrf_token' => \CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTc3NDMzMTA5NXZhNjFsb0s0ajE5NE1Jck93SWRVNnV0VVFPcXlraXpl', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_vivyd2ma69c224d74348b_6iruv184', 'type' => 'hidden', 'value' => 'MTc3NDMzMTA5NXZhNjFsb0s0ajE5NE1Jck93SWRVNnV0VVFPcXlraXpl', ), )), 'birthdate' => \USEARCH_CLASS_AgeRangeField::__set_state(array( 'validators' => array ( 0 => \USEARCH_CLASS_AgeRangeValidator::__set_state(array( 'errorMessage' => 'Please fill age range from 34 to 96', 'from' => 34, 'to' => 96, )), ), 'filters' => array ( ), 'required' => false, 'value' => array ( ), 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'birthdate', 'id' => 'input_usearch_birthdate', ), 'minAge' => 34, 'maxAge' => 96, )), 'sex' => \Selectbox::__set_state(array( 'validators' => array ( 0 => \RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'sex', 'id' => 'input_usearch_sex', ), 'invitation' => 'Select', 'hasInvitation' => false, 'options' => array ( 1 => 'Male', 2 => 'Female', ), )), 'match_sex' => \Selectbox::__set_state(array( 'validators' => array ( 0 => \RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'match_sex', 'id' => 'input_usearch_match_sex', ), 'invitation' => 'Select', 'hasInvitation' => false, 'options' => array ( 2 => 'Female', 1 => 'Male', ), )), 'online' => \CheckboxField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'online only', 'description' => NULL, 'attributes' => array ( 'name' => 'online', 'id' => 'input_usearch_online', 'type' => 'checkbox', ), )), 'with_photo' => \CheckboxField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'with photo', 'description' => NULL, 'attributes' => array ( 'name' => 'with_photo', 'id' => 'input_usearch_with_photo', 'type' => 'checkbox', ), )), ), 'submitElements' => array ( 'search' => \Submit::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Search', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'search', 'id' => 'input_usearch_search', 'type' => 'submit', 'disabled' => 'disabled', 'class' => 'ow_inprogress', 'value' => 'Search', ), 'decorator' => 'button', )), ), 'ajax' => true, 'ajaxResetOnSuccess' => false, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( 0 => 'function(data){ if ( data.result ) { document.location.href = data.url; } else { OW.warning(data.error); } }', ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', 'questionService' => \BOL_QuestionService::__set_state(array( 'questionDao' => \BOL_QuestionDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'valueDao' => \BOL_QuestionValueDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'sectionDao' => \BOL_QuestionSectionDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 20 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00014495849609375, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 21 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001690387725830078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1555, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 22 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019693374633789062, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#ff7000', 'type' => 'color', 'themeId' => 1555, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 23 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019884109497070312, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/sitelogo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 24 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00019502639770507812, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'decorator', 'value' => 'button', ), ), 25 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'dndindex', ), ), 26 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014090538024902344, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'general', ), ), 27 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013899803161621094, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'index', ), ), 28 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015401840209960938, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'html_document', ), ), 29 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00014781951904296875, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'type' => 'master_page', 'value' => 'blank', ), ), 30 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00015497207641601562, 'params' => array ( 'id' => NULL, 'themeId' => 1555, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 31 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00023698806762695312, 'params' => array ( 0 => 1555, ), ), 32 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006031990051269531, 'params' => array ( 'themeId' => 1555, 'themeId2' => 1555, ), ), 33 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1555', 'execTime' => 0.00013589859008789062, 'params' => array ( ), ), 34 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00017595291137695312, 'params' => array ( 0 => 1559, ), ), 35 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000164031982421875, 'params' => array ( 0 => 1559, ), ), 36 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1559', 'execTime' => 0.000476837158203125, 'params' => NULL, ), 37 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1559', 'execTime' => 0.00018405914306640625, 'params' => NULL, ), 38 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1559', 'execTime' => 0.0005857944488525391, 'params' => NULL, ), 39 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041103363037109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body, .base_sign_in', 'defaultValue' => '#ece8e4', 'type' => 'color', 'themeId' => 1559, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 40 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001888275146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 41 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 42 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#004d7e', 'type' => 'color', 'themeId' => 1559, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 43 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015807151794433594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg_small.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 44 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1559, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 45 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#252525', 'type' => 'color', 'themeId' => 1559, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 46 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1559, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 47 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017905235290527344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .index_master_page.ow_page_wrap', 'defaultValue' => 'url(images/bg.jpg)', 'type' => 'image', 'themeId' => 1559, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 48 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015592575073242188, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'decorator', 'value' => 'button', ), ), 49 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00015783309936523438, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'dndindex', ), ), 50 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00013184547424316406, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'general', ), ), 51 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001289844512939453, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'index', ), ), 52 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'html_document', ), ), 53 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00012993812561035156, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'type' => 'master_page', 'value' => 'blank', ), ), 54 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001819133758544922, 'params' => array ( 'id' => NULL, 'themeId' => 1559, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 55 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000244140625, 'params' => array ( 0 => 1559, ), ), 56 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0006098747253417969, 'params' => array ( 'themeId' => 1559, 'themeId2' => 1559, ), ), 57 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1559', 'execTime' => 0.0001430511474609375, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001690387725830078, 'params' => array ( 0 => 1606, ), ), 59 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001609325408935547, 'params' => array ( 0 => 1606, ), ), 60 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00047278404235839844, 'params' => NULL, ), 61 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.00010800361633300781, 'params' => NULL, ), 62 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1606', 'execTime' => 0.0003540515899658203, 'params' => NULL, ), 63 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005691051483154297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 64 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003490447998046875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1606, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 65 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 66 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003619194030761719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 67 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002739429473876953, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1606, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '4. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 68 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003178119659423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1606, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '3. Logo image', 'description' => NULL, 'mobile' => false, ), ), 69 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1606, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 70 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1606, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 71 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#2db395', 'type' => 'color', 'themeId' => 1606, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 72 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002541542053222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'decorator', 'value' => 'button', ), ), 73 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023508071899414062, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'dndindex', ), ), 74 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'admin', ), ), 75 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'general', ), ), 76 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'html_document', ), ), 77 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'master_page', 'value' => 'blank', ), ), 78 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022792816162109375, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_blank', ), ), 79 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_general', ), ), 80 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024509429931640625, 'params' => array ( 'id' => NULL, 'themeId' => 1606, 'type' => 'm_master_page', 'value' => 'mobile_html_document', ), ), 81 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003821849822998047, 'params' => array ( 0 => 1606, ), ), 82 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009369850158691406, 'params' => array ( 'themeId' => 1606, 'themeId2' => 1606, ), ), 83 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1606', 'execTime' => 0.00026488304138183594, 'params' => array ( ), ), 84 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003230571746826172, 'params' => array ( 0 => 1607, ), ), 85 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002741813659667969, 'params' => array ( 0 => 1607, ), ), 86 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0007700920104980469, 'params' => NULL, ), 87 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00042819976806640625, 'params' => NULL, ), 88 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1607', 'execTime' => 0.0011420249938964844, 'params' => NULL, ), 89 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006010532379150391, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow_bg_color', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 90 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .index_qs_widget', 'defaultValue' => '#828894', 'type' => 'color', 'themeId' => 1607, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 91 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 92 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040602684020996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 93 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002999305725097656, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1607, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 94 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo, .index_master_page .logo_url', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1607, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 95 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic', 'defaultValue' => 'url(images/header.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 96 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#5b646a', 'type' => 'color', 'themeId' => 1607, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 97 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_outline, .ow_txt_value', 'defaultValue' => '#ef6ba3', 'type' => 'color', 'themeId' => 1607, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 98 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003218650817871094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_wrap', 'defaultValue' => 'url(images/bg_promo.jpg)', 'type' => 'image', 'themeId' => 1607, 'key' => 'indexImage', 'section' => '1. General Settings', 'label' => '2. Page background image', 'description' => NULL, 'mobile' => false, ), ), 99 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002551078796386719, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'decorator', 'value' => 'button', ), ), 100 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026297569274902344, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'dndindex', ), ), 101 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'general', ), ), 102 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'index', ), ), 103 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'html_document', ), ), 104 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'type' => 'master_page', 'value' => 'blank', ), ), 105 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026488304138183594, 'params' => array ( 'id' => NULL, 'themeId' => 1607, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 106 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1607, ), ), 107 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010650157928466797, 'params' => array ( 'themeId' => 1607, 'themeId2' => 1607, ), ), 108 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1607', 'execTime' => 0.0002799034118652344, 'params' => array ( ), ), 109 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1608, ), ), 110 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027179718017578125, 'params' => array ( 0 => 1608, ), ), 111 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1608', 'execTime' => 0.0007250308990478516, 'params' => NULL, ), 112 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1608', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 113 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1608', 'execTime' => 0.0011241436004638672, 'params' => NULL, ), 114 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005939006805419922, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, body.ow, body.base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1608, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 115 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1608, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 116 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00038695335388183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1608, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 117 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003712177276611328, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 118 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003437995910644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#EAF7FB', 'type' => 'color', 'themeId' => 1608, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 119 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 120 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030803680419921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/logo.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 121 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#005466', 'type' => 'color', 'themeId' => 1608, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 122 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#005074', 'type' => 'color', 'themeId' => 1608, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 123 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1608, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 124 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024890899658203125, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'decorator', 'value' => 'button', ), ), 125 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'dndindex', ), ), 126 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'general', ), ), 127 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'index', ), ), 128 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'html_document', ), ), 129 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'type' => 'master_page', 'value' => 'blank', ), ), 130 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.000247955322265625, 'params' => array ( 'id' => NULL, 'themeId' => 1608, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 131 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003688335418701172, 'params' => array ( 0 => 1608, ), ), 132 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000926971435546875, 'params' => array ( 'themeId' => 1608, 'themeId2' => 1608, ), ), 133 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1608', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 134 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00029397010803222656, 'params' => array ( 0 => 1609, ), ), 135 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1609, ), ), 136 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1609', 'execTime' => 0.0008499622344970703, 'params' => NULL, ), 137 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1609', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 138 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1609', 'execTime' => 0.0012919902801513672, 'params' => NULL, ), 139 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005619525909423828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1609, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 140 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039386749267578125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#c4c4c4', 'type' => 'color', 'themeId' => 1609, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 141 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004138946533203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1609, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 142 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#e4e4e4', 'type' => 'color', 'themeId' => 1609, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 143 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00041604042053222656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1609, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 144 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 145 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 146 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004100799560546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 147 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1609, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 148 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034499168395996094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1609, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 149 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 150 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1609, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 151 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'decorator', 'value' => 'button', ), ), 152 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025081634521484375, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'dndindex', ), ), 153 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'general', ), ), 154 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021791458129882812, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'index', ), ), 155 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00028586387634277344, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'html_document', ), ), 156 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'type' => 'master_page', 'value' => 'blank', ), ), 157 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'themeId' => 1609, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 158 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1609, ), ), 159 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011510848999023438, 'params' => array ( 'themeId' => 1609, 'themeId2' => 1609, ), ), 160 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1609', 'execTime' => 0.00033593177795410156, 'params' => array ( ), ), 161 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030112266540527344, 'params' => array ( 0 => 1610, ), ), 162 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1610, ), ), 163 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1610', 'execTime' => 0.0008590221405029297, 'params' => NULL, ), 164 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1610', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 165 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1610', 'execTime' => 0.0012488365173339844, 'params' => NULL, ), 166 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005791187286376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#e8e7e7', 'type' => 'color', 'themeId' => 1610, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 167 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004279613494873047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#4f5460', 'type' => 'color', 'themeId' => 1610, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 168 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#465c95', 'type' => 'color', 'themeId' => 1610, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 169 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1610, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 170 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#e17e64', 'type' => 'color', 'themeId' => 1610, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 171 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 172 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003361701965332031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_pic_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 173 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033283233642578125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 174 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#cbcbcb', 'type' => 'color', 'themeId' => 1610, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 175 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003330707550048828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1610, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 176 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 177 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1610, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 178 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'decorator', 'value' => 'button', ), ), 179 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'dndindex', ), ), 180 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'general', ), ), 181 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022482872009277344, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'index', ), ), 182 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002410411834716797, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'html_document', ), ), 183 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002532005310058594, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'type' => 'master_page', 'value' => 'blank', ), ), 184 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002548694610595703, 'params' => array ( 'id' => NULL, 'themeId' => 1610, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 185 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036597251892089844, 'params' => array ( 0 => 1610, ), ), 186 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1610, 'themeId2' => 1610, ), ), 187 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1610', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 188 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002968311309814453, 'params' => array ( 0 => 1611, ), ), 189 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1611, ), ), 190 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1611', 'execTime' => 0.0008001327514648438, 'params' => NULL, ), 191 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1611', 'execTime' => 0.0003578662872314453, 'params' => NULL, ), 192 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1611', 'execTime' => 0.0010631084442138672, 'params' => NULL, ), 193 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005879402160644531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#2f0023', 'type' => 'color', 'themeId' => 1611, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 194 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 195 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037789344787597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#5079cd', 'type' => 'color', 'themeId' => 1611, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 196 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 197 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 198 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1611, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 199 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00028896331787109375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1611, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 200 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032782554626464844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1611, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 201 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00040912628173828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index Logo image', 'description' => NULL, 'mobile' => false, ), ), 202 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005650520324707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1611, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Logo image', 'description' => NULL, 'mobile' => false, ), ), 203 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'decorator', 'value' => 'button', ), ), 204 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002589225769042969, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'dndindex', ), ), 205 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00027489662170410156, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'general', ), ), 206 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002238750457763672, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'index', ), ), 207 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'html_document', ), ), 208 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'type' => 'master_page', 'value' => 'blank', ), ), 209 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'themeId' => 1611, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 210 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003800392150878906, 'params' => array ( 0 => 1611, ), ), 211 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010869503021240234, 'params' => array ( 'themeId' => 1611, 'themeId2' => 1611, ), ), 212 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1611', 'execTime' => 0.0002548694610595703, 'params' => array ( ), ), 213 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00027489662170410156, 'params' => array ( 0 => 1612, ), ), 214 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1612, ), ), 215 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1612', 'execTime' => 0.0008800029754638672, 'params' => NULL, ), 216 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1612', 'execTime' => 0.00037598609924316406, 'params' => NULL, ), 217 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1612', 'execTime' => 0.0011639595031738281, 'params' => NULL, ), 218 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005860328674316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#493e5e', 'type' => 'color', 'themeId' => 1612, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 219 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037384033203125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#b9b3bd', 'type' => 'color', 'themeId' => 1612, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 220 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#4aaed3', 'type' => 'color', 'themeId' => 1612, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 221 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d9d1dd', 'type' => 'color', 'themeId' => 1612, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 222 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 223 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1612, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 224 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002689361572265625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_logo', 'defaultValue' => 'url(images/site_name3.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 225 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aba8af', 'type' => 'color', 'themeId' => 1612, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 226 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#cecece', 'type' => 'color', 'themeId' => 1612, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 227 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002880096435546875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 228 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003380775451660156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name2.png)', 'type' => 'image', 'themeId' => 1612, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 229 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'decorator', 'value' => 'button', ), ), 230 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'dndindex', ), ), 231 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'general', ), ), 232 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002529621124267578, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'index', ), ), 233 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002231597900390625, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'html_document', ), ), 234 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'type' => 'master_page', 'value' => 'blank', ), ), 235 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002899169921875, 'params' => array ( 'id' => NULL, 'themeId' => 1612, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 236 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037479400634765625, 'params' => array ( 0 => 1612, ), ), 237 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001049041748046875, 'params' => array ( 'themeId' => 1612, 'themeId2' => 1612, ), ), 238 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1612', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 239 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00030493736267089844, 'params' => array ( 0 => 1613, ), ), 240 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002579689025878906, 'params' => array ( 0 => 1613, ), ), 241 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1613', 'execTime' => 0.0010831356048583984, 'params' => NULL, ), 242 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1613', 'execTime' => 0.000553131103515625, 'params' => NULL, ), 243 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1613', 'execTime' => 0.0008459091186523438, 'params' => NULL, ), 244 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005609989166259766, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1613, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 245 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 246 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017499923706054688, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 247 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00019407272338867188, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#0a4200', 'type' => 'color', 'themeId' => 1613, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 248 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00018596649169921875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1613, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 249 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015997886657714844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer, .base_index_page .ow_footer', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 250 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000164031982421875, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 251 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00015687942504882812, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 252 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0001659393310546875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#4b4b4b', 'type' => 'color', 'themeId' => 1613, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 253 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000186920166015625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1613, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 254 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001499652862548828, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'decorator', 'value' => 'button', ), ), 255 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001380443572998047, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'dndindex', ), ), 256 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'general', ), ), 257 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001270771026611328, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'index', ), ), 258 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001399517059326172, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'html_document', ), ), 259 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0001361370086669922, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'type' => 'master_page', 'value' => 'blank', ), ), 260 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0001518726348876953, 'params' => array ( 'id' => NULL, 'themeId' => 1613, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 261 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022411346435546875, 'params' => array ( 0 => 1613, ), ), 262 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0005950927734375, 'params' => array ( 'themeId' => 1613, 'themeId2' => 1613, ), ), 263 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1613', 'execTime' => 0.00013303756713867188, 'params' => array ( ), ), 264 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00016307830810546875, 'params' => array ( 0 => 1614, ), ), 265 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00015401840209960938, 'params' => array ( 0 => 1614, ), ), 266 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1614', 'execTime' => 0.00042700767517089844, 'params' => NULL, ), 267 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1614', 'execTime' => 0.00035691261291503906, 'params' => NULL, ), 268 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1614', 'execTime' => 0.0011470317840576172, 'params' => NULL, ), 269 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006208419799804688, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1614, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 270 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004248619079589844, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#868686', 'type' => 'color', 'themeId' => 1614, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 271 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004367828369140625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#ae9e78', 'type' => 'color', 'themeId' => 1614, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 272 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 273 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003349781036376953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1614, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 274 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002779960632324219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Console logo image', 'description' => NULL, 'mobile' => false, ), ), 275 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.logo_url', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 276 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00039887428283691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1614, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 277 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#191514', 'type' => 'color', 'themeId' => 1614, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 278 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#D76243', 'type' => 'color', 'themeId' => 1614, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 279 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/logo_index.png)', 'type' => 'image', 'themeId' => 1614, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 280 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'decorator', 'value' => 'button', ), ), 281 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'dndindex', ), ), 282 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'general', ), ), 283 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'index', ), ), 284 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'html_document', ), ), 285 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'type' => 'master_page', 'value' => 'blank', ), ), 286 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002570152282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1614, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 287 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003809928894042969, 'params' => array ( 0 => 1614, ), ), 288 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010581016540527344, 'params' => array ( 'themeId' => 1614, 'themeId2' => 1614, ), ), 289 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1614', 'execTime' => 0.00028705596923828125, 'params' => array ( ), ), 290 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1615, ), ), 291 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1615, ), ), 292 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1615', 'execTime' => 0.0008749961853027344, 'params' => NULL, ), 293 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1615', 'execTime' => 0.0003838539123535156, 'params' => NULL, ), 294 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1615', 'execTime' => 0.0011320114135742188, 'params' => NULL, ), 295 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006170272827148438, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 296 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035381317138671875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 297 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003941059112548828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#fffde3', 'type' => 'color', 'themeId' => 1615, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 298 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003788471221923828, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 299 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035691261291503906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 300 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003368854522705078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#000', 'type' => 'color', 'themeId' => 1615, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 301 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003077983856201172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1615, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 302 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003609657287597656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#ffffe6', 'type' => 'color', 'themeId' => 1615, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 303 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1615, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 304 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1615, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 305 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'decorator', 'value' => 'button', ), ), 306 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'dndindex', ), ), 307 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'general', ), ), 308 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'index', ), ), 309 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002560615539550781, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'html_document', ), ), 310 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021886825561523438, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'type' => 'master_page', 'value' => 'blank', ), ), 311 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1615, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 312 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003781318664550781, 'params' => array ( 0 => 1615, ), ), 313 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009860992431640625, 'params' => array ( 'themeId' => 1615, 'themeId2' => 1615, ), ), 314 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1615', 'execTime' => 0.0002269744873046875, 'params' => array ( ), ), 315 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1616, ), ), 316 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000286102294921875, 'params' => array ( 0 => 1616, ), ), 317 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1616', 'execTime' => 0.0008039474487304688, 'params' => NULL, ), 318 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1616', 'execTime' => 0.00041413307189941406, 'params' => NULL, ), 319 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1616', 'execTime' => 0.0012431144714355469, 'params' => NULL, ), 320 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006248950958251953, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .base_sign_in', 'defaultValue' => '#bfc6c6', 'type' => 'color', 'themeId' => 1616, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 321 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005340576171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 322 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003800392150878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#0060aa', 'type' => 'color', 'themeId' => 1616, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 323 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003769397735595703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4F5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 324 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#f9faff', 'type' => 'color', 'themeId' => 1616, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 325 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004329681396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap', 'defaultValue' => 'url(images/header_pic.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 326 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a.ow_logo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 327 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#4f5058', 'type' => 'color', 'themeId' => 1616, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 328 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003859996795654297, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#494949', 'type' => 'color', 'themeId' => 1616, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 329 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .ow_header_in', 'defaultValue' => 'url(images/indexpage_header_image.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 330 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031304359436035156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.index_master_page .logo_url', 'defaultValue' => 'url(images/indexpage_logo.png)', 'type' => 'image', 'themeId' => 1616, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 331 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002491474151611328, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'decorator', 'value' => 'button', ), ), 332 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023293495178222656, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'dndindex', ), ), 333 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002200603485107422, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'general', ), ), 334 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025391578674316406, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'index', ), ), 335 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021386146545410156, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'html_document', ), ), 336 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021600723266601562, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'type' => 'master_page', 'value' => 'blank', ), ), 337 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002601146697998047, 'params' => array ( 'id' => NULL, 'themeId' => 1616, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 338 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003750324249267578, 'params' => array ( 0 => 1616, ), ), 339 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010161399841308594, 'params' => array ( 'themeId' => 1616, 'themeId2' => 1616, ), ), 340 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1616', 'execTime' => 0.00022983551025390625, 'params' => array ( ), ), 341 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028896331787109375, 'params' => array ( 0 => 1617, ), ), 342 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002620220184326172, 'params' => array ( 0 => 1617, ), ), 343 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1617', 'execTime' => 0.0008339881896972656, 'params' => NULL, ), 344 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1617', 'execTime' => 0.0004220008850097656, 'params' => NULL, ), 345 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1617', 'execTime' => 0.0009717941284179688, 'params' => NULL, ), 346 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0005950927734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fdfff0', 'type' => 'color', 'themeId' => 1617, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 347 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004379749298095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 348 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000308990478515625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 349 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003159046173095703, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#009683', 'type' => 'color', 'themeId' => 1617, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 350 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003428459167480469, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 351 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003478527069091797, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1617, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 352 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 353 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1617, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 354 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004620552062988281, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1617, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 355 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'decorator', 'value' => 'button', ), ), 356 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002510547637939453, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'dndindex', ), ), 357 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'general', ), ), 358 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025582313537597656, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'index', ), ), 359 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023102760314941406, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'html_document', ), ), 360 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002658367156982422, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'type' => 'master_page', 'value' => 'blank', ), ), 361 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'themeId' => 1617, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 362 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003619194030761719, 'params' => array ( 0 => 1617, ), ), 363 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009911060333251953, 'params' => array ( 'themeId' => 1617, 'themeId2' => 1617, ), ), 364 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1617', 'execTime' => 0.0002498626708984375, 'params' => array ( ), ), 365 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003380775451660156, 'params' => array ( 0 => 1618, ), ), 366 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002689361572265625, 'params' => array ( 0 => 1618, ), ), 367 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1618', 'execTime' => 0.0008251667022705078, 'params' => NULL, ), 368 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1618', 'execTime' => 0.0003619194030761719, 'params' => NULL, ), 369 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1618', 'execTime' => 0.001165151596069336, 'params' => NULL, ), 370 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006339550018310547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#090f10', 'type' => 'color', 'themeId' => 1618, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 371 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 372 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7ce6fe', 'type' => 'color', 'themeId' => 1618, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 373 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 374 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00030994415283203125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 375 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => '#04070e', 'type' => 'color', 'themeId' => 1618, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 376 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 377 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032901763916015625, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#d6d6be', 'type' => 'color', 'themeId' => 1618, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 378 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035309791564941406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#b2bac0', 'type' => 'color', 'themeId' => 1618, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 379 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 380 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033092498779296875, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name_inner.png)', 'type' => 'image', 'themeId' => 1618, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 381 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002620220184326172, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'decorator', 'value' => 'button', ), ), 382 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'dndindex', ), ), 383 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021696090698242188, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'general', ), ), 384 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021409988403320312, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'index', ), ), 385 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'html_document', ), ), 386 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'type' => 'master_page', 'value' => 'blank', ), ), 387 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002498626708984375, 'params' => array ( 'id' => NULL, 'themeId' => 1618, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 388 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003790855407714844, 'params' => array ( 0 => 1618, ), ), 389 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.000982046127319336, 'params' => array ( 'themeId' => 1618, 'themeId2' => 1618, ), ), 390 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1618', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 391 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002751350402832031, 'params' => array ( 0 => 1619, ), ), 392 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002841949462890625, 'params' => array ( 0 => 1619, ), ), 393 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1619', 'execTime' => 0.0008449554443359375, 'params' => NULL, ), 394 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1619', 'execTime' => 0.0003719329833984375, 'params' => NULL, ), 395 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1619', 'execTime' => 0.0014879703521728516, 'params' => NULL, ), 396 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006759166717529297, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '@import url(\'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\'); body, .ow, body, html, .base_sign_in', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1619, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 397 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003440380096435547, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 398 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 399 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#4c4c4c', 'type' => 'color', 'themeId' => 1619, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 400 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003161430358886719, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_header', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1619, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '2. Header background image', 'description' => NULL, 'mobile' => false, ), ), 401 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034999847412109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '3. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 402 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'indexLogoImageScroll', 'section' => '1. General Settings', 'label' => '4. Index logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 403 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console_black.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 404 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_site_panel_wrap.site_panel_wrap_bg_color .ow_logo_wrap a', 'defaultValue' => 'url(images/logo_console.png)', 'type' => 'image', 'themeId' => 1619, 'key' => 'ConsoleImage', 'section' => '1. General Settings', 'label' => '6. Inner logo image scroll', 'description' => NULL, 'mobile' => false, ), ), 405 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#787878', 'type' => 'color', 'themeId' => 1619, 'key' => 'WidgetTitleColor', 'section' => '2. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 406 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003650188446044922, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 407 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#0e0e0e', 'type' => 'color', 'themeId' => 1619, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '7. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 408 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 1619, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 409 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026702880859375, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'decorator', 'value' => 'button', ), ), 410 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002789497375488281, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'dndindex', ), ), 411 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'general', ), ), 412 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002269744873046875, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'index', ), ), 413 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'html_document', ), ), 414 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'type' => 'master_page', 'value' => 'blank', ), ), 415 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026798248291015625, 'params' => array ( 'id' => NULL, 'themeId' => 1619, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 416 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00036907196044921875, 'params' => array ( 0 => 1619, ), ), 417 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0011110305786132812, 'params' => array ( 'themeId' => 1619, 'themeId2' => 1619, ), ), 418 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1619', 'execTime' => 0.00023102760314941406, 'params' => array ( ), ), 419 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1620, ), ), 420 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00028514862060546875, 'params' => array ( 0 => 1620, ), ), 421 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1620', 'execTime' => 0.0007970333099365234, 'params' => NULL, ), 422 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1620', 'execTime' => 0.0003609657287597656, 'params' => NULL, ), 423 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1620', 'execTime' => 0.0011539459228515625, 'params' => NULL, ), 424 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006070137023925781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#e6e0ec', 'type' => 'color', 'themeId' => 1620, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 425 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003848075866699219, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 426 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#00677d', 'type' => 'color', 'themeId' => 1620, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 427 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 428 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034689903259277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => 'rgba(255,255,255,0.3)', 'type' => 'color', 'themeId' => 1620, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 429 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00034809112548828125, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header_wrap', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'HeaderbackgroundImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 430 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003509521484375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo', 'defaultValue' => 'url(images/header_s.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 431 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003771781921386719, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#7e6587', 'type' => 'color', 'themeId' => 1620, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 432 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032806396484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#00677D', 'type' => 'color', 'themeId' => 1620, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 433 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003180503845214844, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_sign_in, .base_index_page', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 1620, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 434 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'decorator', 'value' => 'button', ), ), 435 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023984909057617188, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'dndindex', ), ), 436 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'general', ), ), 437 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024199485778808594, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'index', ), ), 438 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'html_document', ), ), 439 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020503997802734375, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'type' => 'master_page', 'value' => 'blank', ), ), 440 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002639293670654297, 'params' => array ( 'id' => NULL, 'themeId' => 1620, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 441 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037288665771484375, 'params' => array ( 0 => 1620, ), ), 442 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010700225830078125, 'params' => array ( 'themeId' => 1620, 'themeId2' => 1620, ), ), 443 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1620', 'execTime' => 0.000225067138671875, 'params' => array ( ), ), 444 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002989768981933594, 'params' => array ( 0 => 1621, ), ), 445 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026297569274902344, 'params' => array ( 0 => 1621, ), ), 446 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1621', 'execTime' => 0.0007989406585693359, 'params' => NULL, ), 447 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1621', 'execTime' => 0.0003628730773925781, 'params' => NULL, ), 448 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1621', 'execTime' => 0.0010230541229248047, 'params' => NULL, ), 449 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006229877471923828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 450 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0004010200500488281, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 451 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#b4534d', 'type' => 'color', 'themeId' => 1621, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 452 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036907196044921875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1621, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 453 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032711029052734375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 454 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003139972686767578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1621, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 455 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003209114074707031, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1621, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 456 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#52483f', 'type' => 'color', 'themeId' => 1621, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 457 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002951622009277344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_logo.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 458 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1621, 'key' => 'LogoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 459 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'decorator', 'value' => 'button', ), ), 460 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024008750915527344, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'dndindex', ), ), 461 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'general', ), ), 462 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002257823944091797, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'index', ), ), 463 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021910667419433594, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'html_document', ), ), 464 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022101402282714844, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'type' => 'master_page', 'value' => 'blank', ), ), 465 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1621, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 466 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037217140197753906, 'params' => array ( 0 => 1621, ), ), 467 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010209083557128906, 'params' => array ( 'themeId' => 1621, 'themeId2' => 1621, ), ), 468 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1621', 'execTime' => 0.0002300739288330078, 'params' => array ( ), ), 469 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002779960632324219, 'params' => array ( 0 => 1622, ), ), 470 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002570152282714844, 'params' => array ( 0 => 1622, ), ), 471 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1622', 'execTime' => 0.0007579326629638672, 'params' => NULL, ), 472 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1622', 'execTime' => 0.0003879070281982422, 'params' => NULL, ), 473 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1622', 'execTime' => 0.00150299072265625, 'params' => NULL, ), 474 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006568431854248047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#412e57', 'type' => 'color', 'themeId' => 1622, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 475 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2e64ff', 'type' => 'color', 'themeId' => 1622, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 476 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 477 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002949237823486328, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 478 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_page_container .ow_page', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 479 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 480 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033211708068847656, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1622, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 481 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003190040588378906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#616161', 'type' => 'color', 'themeId' => 1622, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 482 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00035190582275390625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item1', 'defaultValue' => 'url(images/promo_collage1.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage1', 'section' => '3. Index Page', 'label' => 'Collage image 1', 'description' => NULL, 'mobile' => false, ), ), 483 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003261566162109375, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item2', 'defaultValue' => 'url(images/promo_collage2.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage2', 'section' => '3. Index Page', 'label' => 'Collage image 2', 'description' => NULL, 'mobile' => false, ), ), 484 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002760887145996094, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item3', 'defaultValue' => 'url(images/promo_collage3.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage3', 'section' => '3. Index Page', 'label' => 'Collage image 3', 'description' => NULL, 'mobile' => false, ), ), 485 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003418922424316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item4', 'defaultValue' => 'url(images/promo_collage4.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage4', 'section' => '3. Index Page', 'label' => 'Collage image 4', 'description' => NULL, 'mobile' => false, ), ), 486 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003299713134765625, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_promo_collage_item5', 'defaultValue' => 'url(images/promo_collage5.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'collageimage5', 'section' => '3. Index Page', 'label' => 'Collage image 5', 'description' => NULL, 'mobile' => false, ), ), 487 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003230571746826172, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_promo_left', 'defaultValue' => 'url(images/promo_left.jpg)', 'type' => 'image', 'themeId' => 1622, 'key' => 'qs_image', 'section' => '3. Index Page', 'label' => 'Quick Search Image', 'description' => NULL, 'mobile' => false, ), ), 488 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00037980079650878906, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1622, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 489 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000244140625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'decorator', 'value' => 'button', ), ), 490 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002319812774658203, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'dndindex', ), ), 491 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024700164794921875, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'general', ), ), 492 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002219676971435547, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'index', ), ), 493 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002090930938720703, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'html_document', ), ), 494 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00020694732666015625, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'type' => 'master_page', 'value' => 'blank', ), ), 495 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002651214599609375, 'params' => array ( 'id' => NULL, 'themeId' => 1622, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 496 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1622, ), ), 497 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0012118816375732422, 'params' => array ( 'themeId' => 1622, 'themeId2' => 1622, ), ), 498 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1622', 'execTime' => 0.0002288818359375, 'params' => array ( ), ), 499 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002720355987548828, 'params' => array ( 0 => 1623, ), ), 500 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002560615539550781, 'params' => array ( 0 => 1623, ), ), 501 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1623', 'execTime' => 0.0008480548858642578, 'params' => NULL, ), 502 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1623', 'execTime' => 0.00041604042053222656, 'params' => NULL, ), 503 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1623', 'execTime' => 0.0011680126190185547, 'params' => NULL, ), 504 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006489753723144531, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#74adc0', 'type' => 'color', 'themeId' => 1623, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 505 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00036406517028808594, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#c5ffff', 'type' => 'color', 'themeId' => 1623, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 506 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033402442932128906, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#7be1f9', 'type' => 'color', 'themeId' => 1623, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 507 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003669261932373047, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 508 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003421306610107422, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 509 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032591819763183594, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#6599ac', 'type' => 'color', 'themeId' => 1623, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '6. Footer background color', 'description' => NULL, 'mobile' => false, ), ), 510 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/header_pic.jpg)', 'type' => 'image', 'themeId' => 1623, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 511 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033783912658691406, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#2b6170', 'type' => 'color', 'themeId' => 1623, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 512 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00033593177795410156, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#3f6e7c', 'type' => 'color', 'themeId' => 1623, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 513 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002720355987548828, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'indexLogoImage', 'section' => '1. General Settings', 'label' => '4. Index logo image', 'description' => NULL, 'mobile' => false, ), ), 514 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003390312194824219, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/logo_inner.png)', 'type' => 'image', 'themeId' => 1623, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '5. Inner logo image', 'description' => NULL, 'mobile' => false, ), ), 515 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0003039836883544922, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'decorator', 'value' => 'button', ), ), 516 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023698806762695312, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'dndindex', ), ), 517 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'general', ), ), 518 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'index', ), ), 519 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022602081298828125, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'html_document', ), ), 520 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021004676818847656, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'type' => 'master_page', 'value' => 'blank', ), ), 521 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00026106834411621094, 'params' => array ( 'id' => NULL, 'themeId' => 1623, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 522 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003829002380371094, 'params' => array ( 0 => 1623, ), ), 523 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0010418891906738281, 'params' => array ( 'themeId' => 1623, 'themeId2' => 1623, ), ), 524 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1623', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 525 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.000270843505859375, 'params' => array ( 0 => 1624, ), ), 526 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026106834411621094, 'params' => array ( 0 => 1624, ), ), 527 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1624', 'execTime' => 0.0008308887481689453, 'params' => NULL, ), 528 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1624', 'execTime' => 0.0003590583801269531, 'params' => NULL, ), 529 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1624', 'execTime' => 0.0011219978332519531, 'params' => NULL, ), 530 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006368160247802734, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#fff5fb', 'type' => 'color', 'themeId' => 1624, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 531 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003681182861328125, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#553d2f', 'type' => 'color', 'themeId' => 1624, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 532 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003631114959716797, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#578581', 'type' => 'color', 'themeId' => 1624, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 533 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003581047058105469, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 534 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003521442413330078, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.base_index_page .ow_page_wrap', 'defaultValue' => 'url(images/promo.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 535 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003750324249267578, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow_footer', 'defaultValue' => '#fffdff', 'type' => 'color', 'themeId' => 1624, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => '5. Footer background', 'description' => NULL, 'mobile' => false, ), ), 536 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003170967102050781, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(images/bg_pic.jpg)', 'type' => 'image', 'themeId' => 1624, 'key' => 'headerBackground', 'section' => '1. General Settings', 'label' => '3. Header background image', 'description' => NULL, 'mobile' => false, ), ), 537 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003371238708496094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#715848', 'type' => 'color', 'themeId' => 1624, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 538 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000392913818359375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#796458', 'type' => 'color', 'themeId' => 1624, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 539 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031495094299316406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.sitelogo', 'defaultValue' => 'url(images/site_name.png)', 'type' => 'image', 'themeId' => 1624, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '4. Logo image', 'description' => NULL, 'mobile' => false, ), ), 540 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002579689025878906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'decorator', 'value' => 'button', ), ), 541 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'dndindex', ), ), 542 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025200843811035156, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'general', ), ), 543 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022292137145996094, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'index', ), ), 544 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00025010108947753906, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'html_document', ), ), 545 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00021314620971679688, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'type' => 'master_page', 'value' => 'blank', ), ), 546 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.00034117698669433594, 'params' => array ( 'id' => NULL, 'themeId' => 1624, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 547 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00037407875061035156, 'params' => array ( 0 => 1624, ), ), 548 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.001004934310913086, 'params' => array ( 'themeId' => 1624, 'themeId2' => 1624, ), ), 549 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1624', 'execTime' => 0.00022792816162109375, 'params' => array ( ), ), 550 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00026988983154296875, 'params' => array ( 0 => 1625, ), ), 551 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0002880096435546875, 'params' => array ( 0 => 1625, ), ), 552 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1625', 'execTime' => 0.000804901123046875, 'params' => NULL, ), 553 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1625', 'execTime' => 0.0003829002380371094, 'params' => NULL, ), 554 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1625', 'execTime' => 0.000988006591796875, 'params' => NULL, ), 555 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0006539821624755859, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => 'body, .ow, .base_sign_in', 'defaultValue' => '#000213', 'type' => 'color', 'themeId' => 1625, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 556 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003781318664550781, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'textColor', 'section' => '3. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 557 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.000347137451171875, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'linkColor', 'section' => '3. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 558 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00032401084899902344, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'titleColor', 'section' => '3. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 559 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003287792205810547, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_logo_wrap a', 'defaultValue' => 'url(images/logo.svg)', 'type' => 'image', 'themeId' => 1625, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => '2. Logo image', 'description' => NULL, 'mobile' => false, ), ), 560 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003540515899658203, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'html body .ow_box_cap h3, .ow_box_cap_empty h3', 'defaultValue' => '#F7F8F8', 'type' => 'color', 'themeId' => 1625, 'key' => 'WidgetTitleColor', 'section' => '3. Colors', 'label' => '6. Box title', 'description' => NULL, 'mobile' => false, ), ), 561 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00031185150146484375, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#B4BCD0', 'type' => 'color', 'themeId' => 1625, 'key' => 'menuColor', 'section' => '3. Colors', 'label' => '4. Menu text color', 'description' => NULL, 'mobile' => false, ), ), 562 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003199577331542969, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#7989A0', 'type' => 'color', 'themeId' => 1625, 'key' => 'txtValue', 'section' => '3. Colors', 'label' => '5. Numeric values', 'description' => NULL, 'mobile' => false, ), ), 563 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00026416778564453125, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'decorator', 'value' => 'button', ), ), 564 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00023603439331054688, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'dndindex', ), ), 565 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.0002110004425048828, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'general', ), ), 566 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.000209808349609375, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'index', ), ), 567 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00024390220642089844, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'html_document', ), ), 568 => array ( 'query' => 'INSERT INTO `ow_base_theme_content` (`id`,`themeId`,`type`,`value`) VALUES (:id,:themeId,:type,:value)', 'execTime' => 0.00022411346435546875, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'type' => 'master_page', 'value' => 'blank', ), ), 569 => array ( 'query' => 'INSERT INTO `ow_base_theme_master_page` (`id`,`themeId`,`documentKey`,`masterPage`) VALUES (:id,:themeId,:documentKey,:masterPage)', 'execTime' => 0.0002598762512207031, 'params' => array ( 'id' => NULL, 'themeId' => 1625, 'documentKey' => 'base_index_page', 'masterPage' => 'index', ), ), 570 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0003769397735595703, 'params' => array ( 0 => 1625, ), ), 571 => array ( 'query' => 'SELECT `c`.`id` AS `cid`, `c`.*, `cv`.* FROM `ow_base_theme_control` AS `c` LEFT JOIN ( SELECT * FROM `ow_base_theme_control_value` WHERE `themeId` = :themeId2 ) AS `cv` ON (`c`.`key` = `cv`.`themeControlKey`) WHERE `c`.`themeId` = :themeId ORDER BY `label`', 'execTime' => 0.0009322166442871094, 'params' => array ( 'themeId' => 1625, 'themeId2' => 1625, ), ), 572 => array ( 'query' => 'SELECT * FROM ow_base_theme_control_value WHERE `themeId` = 1625', 'execTime' => 0.00022602081298828125, 'params' => array ( ), ), 573 => array ( 'query' => 'SELECT * FROM ow_base_config WHERE `key` = \'base\' AND `name` = \'cachedEntitiesPostfix\' LIMIT 0, 1', 'execTime' => 0.00032806396484375, 'params' => array ( ), ), 574 => array ( 'query' => 'UPDATE `ow_base_config` SET `value`=:value WHERE id=:id', 'execTime' => 0.00040078163146972656, 'params' => array ( 'id' => 521, 'value' => '4LUSe9uP', ), ), 575 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006639957427978516, 'params' => array ( ), ), 576 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `status` = \'active\'', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 577 => array ( 'query' => 'SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k INNER JOIN ow_base_language_prefix AS p ON k.prefixId = p.id INNER JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ?', 'execTime' => 0.0816049575805664, 'params' => array ( 0 => 1, ), ), 578 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004119873046875, 'params' => array ( ), ), 579 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 0.0006189346313476562, 'params' => array ( ), ), 580 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1606', 'execTime' => 0.00042700767517089844, 'params' => array ( ), ), 581 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 0.0002658367156982422, 'params' => array ( ), ), 582 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.00032401084899902344, 'params' => array ( ), ), 583 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'turquoise\' LIMIT 0, 1', 'execTime' => 0.0003650188446044922, 'params' => array ( ), ), 584 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 1607', 'execTime' => 0.0005059242248535156, 'params' => array ( ), ), 585 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 1607', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 586 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 0.00048804283142089844, 'params' => array ( ), ), 587 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 0.000598907470703125, 'params' => array ( 0 => 1, 1 => 'main', ), ), 588 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0009491443634033203, 'params' => array ( 'menuType' => 'main', ), ), 589 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 0.0008409023284912109, 'params' => array ( 'menuType' => 'bottom', ), ), 590 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 591 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 0.0005450248718261719, 'params' => array ( ), ), 592 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 593 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 0.0003600120544433594, 'params' => array ( ), ), 594 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 0.000308990478515625, 'params' => array ( ), ), 595 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 0.0003001689910888672, 'params' => array ( ), ), 596 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 0.0003039836883544922, 'params' => array ( ), ), 597 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 0.0002949237823486328, 'params' => array ( ), ), 598 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 0.00034308433532714844, 'params' => array ( ), ), 599 => array ( 'query' => 'SELECT * FROM ow_base_authorization_group', 'execTime' => 0.0004661083221435547, 'params' => array ( ), ), 600 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator ORDER BY id', 'execTime' => 0.000286102294921875, 'params' => array ( ), ), 601 => array ( 'query' => 'SELECT * FROM ow_base_authorization_moderator_permission', 'execTime' => 0.00030303001403808594, 'params' => array ( ), ), 602 => array ( 'query' => 'SELECT * FROM ow_base_authorization_action', 'execTime' => 0.00030803680419921875, 'params' => array ( ), ), 603 => array ( 'query' => 'SELECT * FROM ow_base_authorization_permission', 'execTime' => 0.00034618377685546875, 'params' => array ( ), ), 604 => array ( 'query' => 'SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 0.00048422813415527344, 'params' => array ( ), ), 605 => array ( 'query' => 'SELECT * FROM ow_base_scheme', 'execTime' => 0.0004570484161376953, 'params' => array ( ), ), 606 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0003769397735595703, 'params' => array ( ), ), 607 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = 2 AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0005171298980712891, 'params' => array ( ), ), 608 => array ( 'query' => 'SELECT * FROM ow_blogs_post WHERE `isDraft` = 0 AND `privacy` = \'everybody\' ORDER BY timestamp desc LIMIT 0, 3', 'execTime' => 0.0006029605865478516, 'params' => array ( ), ), 609 => array ( 'query' => 'SELECT * FROM `ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count', 'execTime' => 0.0005581378936767578, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, 'first' => 0, 'count' => 3, ), ), 610 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 ', 'execTime' => 0.00031304359436035156, 'params' => array ( 'wcv' => 1, 'startTime' => 1774331095, 'endTime' => 1774331095, ), ), 611 => array ( 'query' => ' SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `ow_forum_section` AS `s` INNER JOIN `ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` ', 'execTime' => 0.0004589557647705078, 'params' => array ( ), ), 612 => array ( 'query' => 'SELECT `t`.* FROM `ow_forum_topic` AS `t` INNER JOIN `ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit', 'execTime' => 0.0005719661712646484, 'params' => array ( 'status' => 'approved', 'limit' => 5, ), ), 613 => array ( 'query' => 'SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `ow_forum_post` AS `p` WHERE `p`.`topicId` IN (\'1\') GROUP BY `p`.`topicId`', 'execTime' => 0.0003368854522705078, 'params' => NULL, ), 614 => array ( 'query' => 'SELECT * FROM ow_forum_post WHERE `id` IN(\'1\')', 'execTime' => 0.0002760887145996094, 'params' => array ( ), ), 615 => array ( 'query' => 'SELECT * FROM ow_base_avatar WHERE `userId` IN(\'1\')', 'execTime' => 0.000492095947265625, 'params' => array ( ), ), 616 => array ( 'query' => 'SELECT * FROM ow_base_user WHERE `id` IN(\'1\')', 'execTime' => 0.0003008842468261719, 'params' => array ( ), ), 617 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'realname\')', 'execTime' => 0.000392913818359375, 'params' => array ( ), ), 618 => array ( 'query' => 'SELECT * FROM ow_base_question_data WHERE `userId` IN(\'1\') AND `questionName` IN(\'realname\')', 'execTime' => 0.0003440380096435547, 'params' => array ( ), ), 619 => array ( 'query' => 'SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur INNER JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN(\'1\') AND r.displayLabel=1 ORDER BY sortOrder DESC', 'execTime' => 0.0004138946533203125, 'params' => NULL, ), 620 => array ( 'query' => 'SELECT * FROM ow_forum_group WHERE `id` IN(\'1\')', 'execTime' => 0.00027108192443847656, 'params' => array ( ), ), 621 => array ( 'query' => 'SELECT * FROM ow_forum_section WHERE `id` IN(\'1\')', 'execTime' => 0.0002551078796386719, 'params' => array ( ), ), 622 => array ( 'query' => 'SELECT * FROM ow_usercredits_action WHERE `pluginKey` = \'groups\' AND `actionKey` = \'add_group\' LIMIT 0, 1', 'execTime' => 0.0005350112915039062, 'params' => array ( ), ), 623 => array ( 'query' => 'SELECT * FROM ow_groups_group WHERE `whoCanView` = \'anyone\' AND `status` = \'active\' ORDER BY `timeStamp` DESC LIMIT 0, 3', 'execTime' => 0.00036716461181640625, 'params' => array ( ), ), 624 => array ( 'query' => 'SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" AND g.status=:s GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c', 'execTime' => 0.0003960132598876953, 'params' => array ( 'f' => 0, 'c' => 3, 's' => 'active', ), ), 625 => array ( 'query' => 'SELECT action.id FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `cactivity`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10', 'execTime' => 0.0007760524749755859, 'params' => array ( 'v' => 1, 's' => 'active', 'st' => 1774331095, 'peb' => 'everybody', 'ac' => 'create', ), ), 626 => array ( 'query' => 'UPDATE `ow_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0005400180816650391, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 627 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.00047397613525390625, 'params' => array ( ), ), 628 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0005059242248535156, 'params' => NULL, ), 629 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `ow_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\', \'user-status\', \'blog-post\', \'event\', \'forum-topic\', \'forum-post\', \'group\') AND 1 GROUP BY `entityType`', 'execTime' => 0.0003058910369873047, 'params' => NULL, ), 630 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.0003809928894042969, 'params' => array ( ), ), 631 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.00024890899658203125, 'params' => array ( ), ), 632 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.0002129077911376953, 'params' => array ( ), ), 633 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 0.00020313262939453125, 'params' => array ( ), ), 634 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 0.00045013427734375, 'params' => array ( ), ), 635 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 0.00041604042053222656, 'params' => array ( ), ), 636 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0004799365997314453, 'params' => array ( ), ), 637 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012938976287841797, 'params' => array ( 'accountTypeName' => 'all', ), ), 638 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0003311634063720703, 'params' => array ( ), ), 639 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002529621124267578, 'params' => array ( ), ), 640 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005228519439697266, 'params' => array ( ), ), 641 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011849403381347656, 'params' => array ( 'accountTypeName' => 'all', ), ), 642 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005578994750976562, 'params' => array ( ), ), 643 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.0004220008850097656, 'params' => array ( ), ), 644 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.0010120868682861328, 'params' => array ( ), ), 645 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005030632019042969, 'params' => array ( ), ), 646 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002620220184326172, 'params' => array ( ), ), 647 => array ( 'query' => 'SELECT * FROM ow_skadate_account_type_to_gender', 'execTime' => 0.0004000663757324219, 'params' => array ( ), ), 648 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.00035309791564941406, 'params' => array ( ), ), 649 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001341104507446289, 'params' => array ( 'accountTypeName' => 'all', ), ), 650 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00032210350036621094, 'params' => array ( ), ), 651 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002808570861816406, 'params' => array ( ), ), 652 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006000995635986328, 'params' => array ( ), ), 653 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.001383066177368164, 'params' => array ( 'accountTypeName' => 'all', ), ), 654 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0005061626434326172, 'params' => array ( ), ), 655 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012960433959960938, 'params' => array ( 'accountTypeName' => 'all', ), ), 656 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00034999847412109375, 'params' => array ( ), ), 657 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00026798248291015625, 'params' => array ( ), ), 658 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0006270408630371094, 'params' => array ( ), ), 659 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0012199878692626953, 'params' => array ( 'accountTypeName' => 'all', ), ), 660 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0005519390106201172, 'params' => array ( ), ), 661 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 0.00042319297790527344, 'params' => array ( ), ), 662 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY questionName, sortOrder', 'execTime' => 0.001024007797241211, 'params' => array ( ), ), 663 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\') ORDER BY sortOrder', 'execTime' => 0.0004999637603759766, 'params' => array ( ), ), 664 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002579689025878906, 'params' => array ( ), ), 665 => array ( 'query' => 'SELECT * FROM ow_base_question_to_account_type', 'execTime' => 0.0003170967102050781, 'params' => array ( ), ), 666 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011281967163085938, 'params' => array ( 'accountTypeName' => 'all', ), ), 667 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002779960632324219, 'params' => array ( ), ), 668 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0002541542053222656, 'params' => array ( ), ), 669 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'sex\',\'match_sex\',\'birthdate\',\'\') ORDER BY sortOrder', 'execTime' => 0.0005080699920654297, 'params' => array ( ), ), 670 => array ( 'query' => ' SELECT DISTINCT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND `question`.`onSearch` = 1 AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0011620521545410156, 'params' => array ( 'accountTypeName' => 'all', ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => \UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1774331095.307756, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.0011620521545410156, 'totalQueryExecTime' => 0.34546709060668945, 'queryCount' => 671, 'useCashe' => false, )), )), 'dataDao' => \BOL_QuestionDataDao::__set_state(array( 'dbo' => \OW_Database::__set_state(array( 'connection' => \PDO::__set_state(array( )), 'affectedRows' => 10, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0006518363952636719, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0004150867462158203, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0004730224609375, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0003960132598876953, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.00024509429931640625, 'params' => array ( 0 => '-04:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_virtualgifts_template', 'execTime' => 0.0003299713134765625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.0004208087921142578, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.0004341602325439453, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme', 'execTime' => 0.00033211708068847656, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.00022602081298828125, 'params' => array ( 0 => 1555, ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `id` = ?', 'execTime' => 0.0001800060272216797, 'params' => array ( 0 => 1555, ), ), 11 => array ( 'query' => 'DELETE FROM ow_base_theme_content WHERE `themeId` = 1555', 'execTime' => 0.0006339550018310547, 'params' => NULL, ), 12 => array ( 'query' => 'DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1555', 'execTime' => 0.00029206275939941406, 'params' => NULL, ), 13 => array ( 'query' => 'DELETE FROM ow_base_theme_control WHERE `themeId` = 1555', 'execTime' => 0.0005700588226318359, 'params' => NULL, ), 14 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0003409385681152344, 'params' => array ( 'id' => NULL, 'attribute' => 'background-color', 'selector' => '.ow, body', 'defaultValue' => '#FDF0E6', 'type' => 'color', 'themeId' => 1555, 'key' => 'bodyColor', 'section' => '1. General Settings', 'label' => '1. Page background color', 'description' => NULL, 'mobile' => false, ), ), 15 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002048015594482422, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#825842', 'type' => 'color', 'themeId' => 1555, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '1. Text', 'description' => NULL, 'mobile' => false, ), ), 16 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017714500427246094, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#2a80ae', 'type' => 'color', 'themeId' => 1555, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '3. Links', 'description' => NULL, 'mobile' => false, ), ), 17 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00017309188842773438, 'params' => array ( 'id' => NULL, 'attribute' => 'color', 'selector' => 'h1', 'defaultValue' => '#B99480', 'type' => 'color', 'themeId' => 1555, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '2. Title', 'description' => NULL, 'mobile' => false, ), ), 18 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.0002448558807373047, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap', 'defaultValue' => 'url(images/promo.png)', 'type' => 'image', 'themeId' => 1555, 'key' => 'indexPagebackground', 'section' => '1. General Settings', 'label' => '2. Index page background image', 'description' => NULL, 'mobile' => false, ), ), 19 => array ( 'query' => 'INSERT INTO `ow_base_theme_control` (`id`,`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`mobile`) VALUES (:id,:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:mobile)', 'execTime' => 0.00016999244689941406, 'params' => array ( 'id' => NULL, 'attribute' => 'background-image', 'selector' => '.ow_page_wrap_inner', 'defaultValue' => 'url(images/promo_inner.png)', 'type' => 'image', 'themeId' |